summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRicardo Band2017-02-23 16:38:34 +0100
committerRicardo Band2017-02-23 16:38:34 +0100
commit9afaa0e97ac93ca60aa90931fc27b858509ec77a (patch)
treeec8d397fb8ca7f338c8e72c416ebd6acccda598b /.gitignore
downloadaur-9afaa0e97ac93ca60aa90931fc27b858509ec77a.tar.gz
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore47
1 files changed, 47 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..433168df8075
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,47 @@
+
+# Created by https://www.gitignore.io/api/linux,vim,archlinuxpackages
+
+### ArchLinuxPackages ###
+*.tar
+*.tar.*
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+
+pkg/
+src/
+
+### 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-*
+
+# .nfs files are created when an open file is removed but is still being accessed
+.nfs*
+
+### Vim ###
+# swap
+[._]*.s[a-v][a-z]
+[._]*.sw[a-p]
+[._]s[a-v][a-z]
+[._]sw[a-p]
+# session
+Session.vim
+# temporary
+.netrwhist
+# auto-generated tag files
+tags
+
+# End of https://www.gitignore.io/api/linux,vim,archlinuxpackages