Skip to content

Commit 854164b

Browse files
committed
Modified gitignore so that just eclipse projects at the root of the
project is are ignored (This is that dev's can work with IDE of his choice, but then examples can contain eclipse projects for OPL IDE)
1 parent 8efd74c commit 854164b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ build/
77
external_libs/
88
/target/
99

10-
# eclipse files
11-
.classpath
12-
.project
13-
.settings/
10+
# I don't want the eclipse file for the root project to be in the repository,
11+
# but some examples might have eclipse projects in them
12+
/.classpath
13+
/.project
14+
/.settings/

0 commit comments

Comments
 (0)