diff options
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8259ae8ddb0..e46a3c41ff2 100644 --- a/.gitignore +++ b/.gitignore @@ -154,6 +154,10 @@ src/third_party/js-1.7/jsautokw.h src/third_party/v8/src/experimental-libraries.cc src/third_party/v8/src/libraries.cc +# Eclipse build artifacts +.cproject +.project + # old things that should be removed # maybe remove this mid 2012 src/third_party/js-1.7/jscpucfg |