diff options
author | Joost Bremmer | 2016-10-13 17:35:46 +0200 |
---|---|---|
committer | Joost Bremmer | 2016-10-13 17:35:46 +0200 |
commit | a55a9b7baf28e670669b15e5505df1eaf4203099 (patch) | |
tree | 7f5bcfab22b385b352172ee26dfad1b2589ba750 /.gitignore | |
download | aur-neovim-supertab.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
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* |