summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Hanft2018-05-05 18:48:43 +0200
committerPatrick Hanft2018-05-05 18:48:43 +0200
commit238374b431d8f6ce279ccb8e3816b641b5c9e9e0 (patch)
tree66838639ae125f4a4a491ae6cefe23ec2b968f11
parent3df3c75a57f913dea65cc05fbb6c591284f07e5b (diff)
downloadaur-238374b431d8f6ce279ccb8e3816b641b5c9e9e0.tar.gz
added .gitignore
-rw-r--r--.gitignore20
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..7f97a6eff873
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,20 @@
+
+# Created by https://www.gitignore.io/api/archlinuxpackages
+
+### ArchLinuxPackages ###
+*.tar
+*.tar.*
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+
+pkg/
+src/
+
+
+# End of https://www.gitignore.io/api/archlinuxpackages