summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAetf2015-06-14 14:44:37 +0800
committerAetf2015-06-14 14:44:37 +0800
commit028bc1703b3d86eb41b67eb64a38a2882412c632 (patch)
tree4843d76b1c5f3e8e239c6e3c8b88bda6f1f79a04
parenteb52d4213ad2bfc22d7a6438ae0ff98e0b0782af (diff)
downloadaur-028bc1703b3d86eb41b67eb64a38a2882412c632.tar.gz
add .gitignore
-rw-r--r--.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..5fe7e8ee3878
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+# Ignore downloaded source files
+*.tar.gz
+*.tar.xz
+
+# Ignore packages
+*.pkg.tar.xz
+
+# Ignore log files
+*.log
+
+# Ignore all subdirs
+*/*