summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-07-04 00:28:32 +0200
committerMarcell Meszaros2022-07-04 00:28:32 +0200
commit8a15684a37b7cb570bb085ec3daea7f62c1ebc1b (patch)
treee0f8b3d69afe8faea8a1889c90a3d5181b9ffced
parent13b45503e065de1e441fcddb29032b4da804d939 (diff)
downloadaur-8a15684a37b7cb570bb085ec3daea7f62c1ebc1b.tar.gz
refactor: improve .gitignore
-rw-r--r--.gitignore23
-rw-r--r--.gitignore_append1
2 files changed, 6 insertions, 18 deletions
diff --git a/.gitignore b/.gitignore
index f12030797c07..6696e5c62eee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
+# from https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
*.tar
*.tar.*
+*.rpm
*.jar
*.exe
*.msi
@@ -7,21 +9,8 @@
*.tgz
*.log
*.log.*
-*.sig
-pkg/
-src/
-*~
-
-# temporary files which can be created if a process still has a handle open of a deleted file
-.fuse_hidden*
-
-# KDE directory preferences
-.directory
-
-# Linux trash folder which might appear on any partition or disk
-.Trash-*
-
-# .nfs files are created when an open file is removed but is still being accessed
-.nfs*
-# archlinuxpackages linux
+*/
+*.orig
+*.bak
+*.backup
diff --git a/.gitignore_append b/.gitignore_append
deleted file mode 100644
index a92184e5a9bf..000000000000
--- a/.gitignore_append
+++ /dev/null
@@ -1 +0,0 @@
-# archlinuxpackages linux