summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames An2015-11-17 14:08:40 -0500
committerJames An2015-11-17 14:08:40 -0500
commit274a4be81ad2a6b73b14ecdfc008dc1f2a3e804e (patch)
treeb460d543e13ba35af97bb8220b016efc0846d6b9
parent9907b7c8d8873091a45f0e81cd980e08cc5d626d (diff)
downloadaur-274a4be81ad2a6b73b14ecdfc008dc1f2a3e804e.tar.gz
Added a basic .gitignore file to exclude typical upstream source files.
-rw-r--r--.gitignore27
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..43316bc3c124
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,27 @@
+# From: https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
+
+*.tar
+*.tar.*
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+
+# makepkg working folders
+pkg
+src
+
+#
+# Additional ignore patterns:
+#
+
+# Source files
+*.deb
+*.gem
+*.out
+*.rpm
+*.html
+
+# Ignore package source folders
+*/*