summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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