diff options
author | Mark Wagie | 2022-01-07 12:41:10 -0700 |
---|---|---|
committer | Mark Wagie | 2022-01-07 12:41:10 -0700 |
commit | 85744b5f0cfdccf938c2e38c979334a525b9d904 (patch) | |
tree | 41e102a634a5e94f3801eaaccf268bfd943240bb /.gitignore | |
parent | 753d9a7dbf559814656d2df365ca301a918ac698 (diff) | |
download | aur-85744b5f0cfdccf938c2e38c979334a525b9d904.tar.gz |
minor PKGBUILD improvements
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..2b33a6432309 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Ignore everything +* + +# But not these files... +!.gitignore +!PKGBUILD +!.SRCINFO +!LICENSE* |