summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJoost Bremmer2016-10-13 17:25:37 +0200
committerJoost Bremmer2016-10-13 17:26:34 +0200
commit3df52b2e7396a68c0a2f33770a88e0f9921b4b49 (patch)
tree97d64e460d97f22b8de9c4f61fa28fac6d738881 /.gitignore
downloadaur-3df52b2e7396a68c0a2f33770a88e0f9921b4b49.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*