Skip to content
Snippets Groups Projects
Commit 48e4ab10 authored by Till Schneidereit's avatar Till Schneidereit
Browse files

Bug 726573: Change .hgignore and .gitignore to ignore Eclipse IDE project...

Bug 726573: Change .hgignore and .gitignore to ignore Eclipse IDE project files in subdirectories, too. r=khuey
parent 382d5a98
No related branches found
No related tags found
No related merge requests found
......@@ -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/
......@@ -41,7 +41,7 @@ _OPT\.OBJ/
\.svn/
# Ignore the files and directory that Eclipse IDE creates
^\.project$
^\.cproject$
^\.settings$
\.project$
\.cproject$
\.settings/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment