diff options
author | Sam | 2021-08-02 16:15:01 -0700 |
---|---|---|
committer | Sam | 2021-08-02 16:15:01 -0700 |
commit | a649c8e6bfc3ac208b303bb0925d45a7fa386325 (patch) | |
tree | 8d1fe285c083d1d866cfe221f49b0c54217c4a44 /.gitignore | |
parent | 1dd4b8e4209fb1b6750c9d821732758ea30e5e14 (diff) | |
download | aur-a649c8e6bfc3ac208b303bb0925d45a7fa386325.tar.gz |
refactor: moved to using git tag to for ease of update
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 4dab8d6386e3..209eaaefe67f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,4 @@ -# Ignore everything -* - -# But not these files... -!.gitignore +/* !PKGBUILD !.SRCINFO +!.gitignore |