summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2020-10-27 15:40:15 +0100
committermax2020-10-27 15:41:30 +0100
commit405d223364822ad0edea2f65bf618f095ef53685 (patch)
treecaeeed5ef3e5f2cb332dd01b39c6bbcb3d690ddd
parentbc5fd32db80c88845c0aa3ae2fc980c333216eec (diff)
downloadaur-405d223364822ad0edea2f65bf618f095ef53685.tar.gz
Add .gitignore file
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..1a97d8149c10
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+# makepkg directories
+/src/*
+/pkg/*
+
+# Built packages
+*.tar.xz
+*.tar.zst
+
+# Downloaded sources
+*.phar
+LICENSE*