diff options
author | Teddy Wing | 2014-04-30 21:01:56 -0400 |
---|---|---|
committer | Teddy Wing | 2014-04-30 21:01:56 -0400 |
commit | 4341bad253e4448b4e98845e7a3f9883816a80e4 (patch) | |
tree | 2ca610485aa52b50e2dc18da24063f843d3dbc45 | |
parent | 4a50822e293974fc86d3c668cfc5da5c348e7b1e (diff) | |
download | dotvim-4341bad253e4448b4e98845e7a3f9883816a80e4.tar.bz2 |
.gitignore: change `projects/` to `/projects/`
Only ignore the projects/ dir in the repository root. Who knows? we
might have a projects/ directory somewhere else in here that we want
to hold on to.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ .netrwhist # Custom -projects/ +/projects/ |