summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore28
1 files changed, 6 insertions, 22 deletions
diff --git a/.gitignore b/.gitignore
index e5114db..5ed126e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,22 +1,6 @@
-
-# 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
-
-pkg/
-src/
-
-# End of https://www.toptal.com/developers/gitignore/api/archlinuxpackages
-
-checksums.txt*
+# https://stackoverflow.com/a/9227991/9008720
+# https://stackoverflow.com/q/987142/9008720
+# not fully understood, single asterisk * behave so weird
+/*/**
+!/*/*/
+!/*/*/PKGBUILD