diff options
author | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2017-07-29 16:00:45 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2017-07-29 16:00:45 +0200 |
commit | c74a3dfec87f4b11dd18d70a1c443e59015ea5a2 (patch) | |
tree | a4fbd0b3b6d12d2eade7ca4937596e2cb678f247 | |
parent | cf6004c68bb022170c664c07d6c8f1ca8587f22f (diff) |
Add gitignore
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1da63eb --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +nvim/nvim/.netrwhist +nvim/nvim/bundle/ +nvim/nvim/shada/ +nvim/nvim/swap/ +vim/.vim/bundle/ |