summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClarence2020-12-21 15:01:03 +0800
committerClarence2020-12-21 15:01:03 +0800
commit6df0dd880c6f849f9b2bdcec9c9bf1935948657b (patch)
treec4a8646d4d719019ab52d18ecac3828e73920ad5
parent5d34ce3afe8562e66bb77373d64e53a48a84047c (diff)
downloadaur-6df0dd880c6f849f9b2bdcec9c9bf1935948657b.tar.gz
add .gitignore file
-rw-r--r--.gitignore20
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..8c9a47f8c8c9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,20 @@
+# Created by https://www.toptal.com/developers/gitignore/api/archlinuxpackages
+# Edit at https://www.toptal.com/developers/gitignore?templates=archlinuxpackages
+
+### ArchLinuxPackages ###
+*.tar
+*.tar.*
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+*.deb
+
+pkg/
+src/
+
+# End of https://www.toptal.com/developers/gitignore/api/archlinuxpackages