summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-28 21:48:45 +0200
committerMarcell Meszaros2022-06-28 21:49:16 +0200
commitf8295f813e9fd16419f2230b0fc81b91e5151d2f (patch)
tree7c51cb7f4de9b0beefcfead55f41dc360d13cbd8 /.gitignore
parent07713fefdcf91e860e4fcde0c8d7b371289a94de (diff)
downloadaur-f8295f813e9fd16419f2230b0fc81b91e5151d2f.tar.gz
refactor: formatting; change .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore30
1 files changed, 14 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore
index e16177da2907..6696e5c62eee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,18 +1,16 @@
-*/
-.*.swp
-*.pkg.tar.xz
-src/
-pkg/
+# from https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
*.tar
-*.tar.bz2
-*.tar.xz
-*.tar.gz
-*.tgz
-*.txz
-*.tbz
-*.tbz2
+*.tar.*
+*.rpm
+*.jar
+*.exe
+*.msi
*.zip
-*.run
-*.7z
-*.rar
-*.deb
+*.tgz
+*.log
+*.log.*
+
+*/
+*.orig
+*.bak
+*.backup