diff options
author | Bastien Bouclet | 2011-02-12 22:04:49 +0100 |
---|---|---|
committer | Bastien Bouclet | 2011-02-13 08:29:08 +0100 |
commit | 43d9fb6c5ae2053b75f0ff1d4f0d900bd8ce22c2 (patch) | |
tree | 0a10cdb0a97546c01abd012538b6c0db163adfae | |
parent | e8a303d27ae3d254f176300521ec64b0ae3e2668 (diff) | |
download | scummvm-rg350-43d9fb6c5ae2053b75f0ff1d4f0d900bd8ce22c2.tar.gz scummvm-rg350-43d9fb6c5ae2053b75f0ff1d4f0d900bd8ce22c2.tar.bz2 scummvm-rg350-43d9fb6c5ae2053b75f0ff1d4f0d900bd8ce22c2.zip |
GIT: Add Eclipse projects to .gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ee86dce66e..9983c212d8 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,8 @@ lib*.a /MT32_CONTROL.ROM /MT32_PCM.ROM /ScummVM.app +/.project +/.cproject /backends/platform/android/org/inodes/gus/scummvm/R.java /backends/platform/android/org/inodes/gus/scummvm/Manifest.java |