summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJoost Bremmer2016-10-13 17:33:47 +0200
committerJoost Bremmer2016-10-13 17:33:47 +0200
commitde522c64b8c4d49761af5158bc1764a08626cc61 (patch)
tree9a28021834acf7a5a7ab20812627c6ed0440a5b6 /.gitignore
downloadaur-de522c64b8c4d49761af5158bc1764a08626cc61.tar.gz
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..7123c0a23024
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+# package src/pkg archives, downloaded sources
+*.tar*
+*.tgz
+*.zip
+
+# signed sources
+*.asc
+*.sig
+
+# subfolders, e.g. source or built package trees, vcs
+*/**/
+!neovim-plugins/*
+# backup files
+*~
+*.bak
+pkg
+src
+*xpi
+*tar*