From 43d938a895323e3bae807ea534de10a13b66ad24 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 18 Jul 2011 22:13:35 +0200 Subject: Updated .gitignore to ignore only the things we meant, i.e. with 'debug' we meant the top-level debug dir, not any file named debug. --- .gitignore | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index f9dd1e0a..593e7f82 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,18 @@ -bin -build -dist -ivyCache -google.properties -debug -LombokizedEclipse.launch -RunLombokTests.launch -escudo-upload.key -findbugsReport.html -lib -.settings -.project -.classpath -.factorypath -lombok.iml -.idea +/bin +/build +/dist +/ivyCache +/google.properties +/debug +/LombokizedEclipse.launch +/RunLombokTests.launch +/escudo-upload.key +/findbugsReport.html +/lib +/.settings +/.project +/.classpath +/.factorypath +/lombok.iml +/.idea *.markdown.html -- cgit