summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2020-12-03 20:05:22 +0800
committerLeo2020-12-03 20:05:22 +0800
commit1024709f175c0357604f181d782f70cb88ebda81 (patch)
tree4f53e5b6fe9da9492fb83b480aef78803c3af7c5
parent6ba24b136f467e5a68e0dd32f11ebe23b35e165d (diff)
downloadaur-1024709f175c0357604f181d782f70cb88ebda81.tar.gz
ignore packaging files & directories.
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..bc2be5f5569e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+# source & package directories
+/src/*
+/pkg/*
+
+# source tarballs
+*.tar
+*.tgz
+*.tar.gz
+*.tar.xz
+*.tar.bz
+*.tar.bzip2
+
+
+# archlinux packages
+*.pkg.tar* \ No newline at end of file