diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-07-18 22:13:35 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-07-18 22:13:35 +0200 |
commit | 43d938a895323e3bae807ea534de10a13b66ad24 (patch) | |
tree | 45f5d333b3f0d8168b68650dc3893a0ff5c5b2b4 | |
parent | 7eef1fb7e1e5a4a3fd972974a5bfe13c24d7cd6f (diff) | |
download | lombok-43d938a895323e3bae807ea534de10a13b66ad24.tar.gz lombok-43d938a895323e3bae807ea534de10a13b66ad24.tar.bz2 lombok-43d938a895323e3bae807ea534de10a13b66ad24.zip |
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.
-rw-r--r-- | .gitignore | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -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 |