From 69d3a3d7485af19e4e661c357c3063d757e30099 Mon Sep 17 00:00:00 2001 From: Paul Giblock Date: Sat, 7 Aug 2010 18:33:28 -0400 Subject: [PATCH] Ignore target/; I like to install LMMS there I like installing lmms into a target/ directory. Add an ignore rule for it. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 79a12e7b1..386c552e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ tags -*.swp +*.sw? build/ +target/