summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAl S2021-05-29 19:00:35 -0400
committerAl S2021-05-29 19:00:35 -0400
commit4e1a49fac8dc7df20e34cfd424fd0095f81036b9 (patch)
treec3b0b26d8ca14db208a4fdc2463c469d41b30d7f /.gitignore
parentc52ad8ba08fde15b7952c87b4646343eba43e2cf (diff)
downloadaur-4e1a49fac8dc7df20e34cfd424fd0095f81036b9.tar.gz
Add .gitignore to ignore all build files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..eb1fe6a2c24c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+# To keep a clean AUR git repo, only look at the following files.
+# - .gitignore file
+# - .SRCINFO versioning info
+# - PKGBUILD build script
+# All others files are ignored without `git add -f` directive.
+*
+*/
+!.gitignore
+!.SRCINFO
+!PKGBUILD