Bug 726573: Change .hgignore and .gitignore to ignore Eclipse IDE project files in subdirectories, too. r=khuey

This commit is contained in:
Till Schneidereit 2012-02-13 14:36:16 -08:00
parent 9578a10a77
commit b1bca9b945
2 changed files with 6 additions and 6 deletions

6
.gitignore vendored
View File

@ -41,7 +41,7 @@ parser/html/java/htmlparser/
parser/html/java/javaparser/
# Ignore the files and directory that Eclipse IDE creates
/.project
/.cproject
/.settings/
.project
.cproject
.settings/

View File

@ -41,7 +41,7 @@ _OPT\.OBJ/
\.svn/
# Ignore the files and directory that Eclipse IDE creates
^\.project$
^\.cproject$
^\.settings$
\.project$
\.cproject$
\.settings/