summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Gumprich2017-04-19 18:26:22 +0200
committerSebastian Gumprich2017-04-19 18:26:22 +0200
commit875d383a7080f2e234bcc03788de9e60e5ef8c9f (patch)
tree8b223b55ba6745bb19fe4afc18471cfb0783cf75
parent487ef004d5f8df9d862b669445321430c8a87d43 (diff)
downloadaur-875d383a7080f2e234bcc03788de9e60e5ef8c9f.tar.gz
add gitignore
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4dab8d6386e3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO