summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames An2015-11-17 14:08:20 -0500
committerJames An2015-11-17 14:08:20 -0500
commite382cfa3a4dbade05cee1ec5bf35427efe7022a0 (patch)
tree75754cccb4cd6b06183e7a5864e4f4f42fc1b0e6
parent0ca079afe88e8a4f5e7468b5c6ff8ae1aea95433 (diff)
downloadaur-e382cfa3a4dbade05cee1ec5bf35427efe7022a0.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
+*/*