summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmcb2022-09-25 13:25:03 +0100
committerjmcb2022-09-25 13:25:03 +0100
commitaffe73f3f3f28ef77c2edbf44ace6bcee70c9218 (patch)
tree5b60b5887360127f27ea56c075ea4c7fcb3e6bd5
parentcd881b2293afb2adff19ca0ac26889afdc7154ca (diff)
downloadaur-affe73f3f3f28ef77c2edbf44ace6bcee70c9218.tar.gz
Standard .gitignore
-rw-r--r--.gitignore35
1 files changed, 13 insertions, 22 deletions
diff --git a/.gitignore b/.gitignore
index 25a76f68908d..b73905529f23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,22 +1,13 @@
-# Based on PaBLoX-CL's gist @ https://gist.github.com/PaBLoX-CL/6664716
-
-# ignore everything
-*
-!.gitignore
-
-# except PKGBUILD needed files
-!PKGBUILD
-!*.install
-!ChangeLog
-
-# except .srcinfo too
-!.SRCINFO
-
-# common wing-man files
-!*.diff
-!*.patch
-
-# add files that don't have an online source
-!pico-8.xml
-!pico-8.desktop
-
+*.tar
+*.tar.*
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+
+pkg/
+src/