diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 19:47:35 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 19:47:35 -0200 |
commit | bc7ab2c41b6a5953cff04424ad51aab4459ebf5d (patch) | |
tree | b03b3da5a206a3d59a5920fe31d3b0fa23a50607 | |
parent | de4142c375ef755bfbec8a7fd37d1a5bdb73e7ca (diff) | |
download | vim-bc7ab2c41b6a5953cff04424ad51aab4459ebf5d.tar.gz vim-bc7ab2c41b6a5953cff04424ad51aab4459ebf5d.tar.bz2 |
Adding .gitignore
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3576156 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# As we are handling with config files, it might be better to +# use a paranoid config by default. +# +# Comment that while in development. +* + +# Pay special attention to these ones +modules/vim/vim.dot.link/.VimballRecord +modules/vim/vim.dot.link/.netrwhist |