Commit a478990882c24ed77ee6ee3a692722543f5c6127

Steffen Jaeckel 2019-10-27T13:14:13

Merge pull request #413 from libtom/ignore-eclipse-settings Ignore Eclipse .settings directory

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/.gitignore b/.gitignore
index d39d275..7cd346f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,7 @@ mtest_opponent.exe
 # ignore eclipse project files
 .cproject
 .project
+.settings
 
 # special MS Visual Studio section
 # ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar)