summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorXenGi2017-09-04 00:20:44 +0200
committerXenGi2017-09-04 00:20:44 +0200
commitd68fe83072f6a9e7642c7f10e483f4d0d2863beb (patch)
tree2c8ab3732bbb4806d40a3335edde2d1b8809235f /.gitignore
downloadaur-d68fe83072f6a9e7642c7f10e483f4d0d2863beb.tar.gz
added python2 version
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore44
1 files changed, 44 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..bf7612cc53c9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,44 @@
+
+# Created by https://www.gitignore.io/api/linux,archlinuxpackages,vim
+
+### Linux ###
+*~
+
+# 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-*
+
+
+### ArchLinuxPackages ###
+*.tar
+*.tar.*
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+
+pkg/
+src/
+
+
+### Vim ###
+# swap
+[._]*.s[a-w][a-z]
+[._]s[a-w][a-z]
+# session
+Session.vim
+# temporary
+.netrwhist
+*~
+# auto-generated tag files
+tags
+