From 4341bad253e4448b4e98845e7a3f9883816a80e4 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 30 Apr 2014 21:01:56 -0400 Subject: .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. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 486712f..4575364 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ .netrwhist # Custom -projects/ +/projects/ -- cgit v1.2.3