ignore eclipse special files

This commit is contained in:
Steffen Jaeckel 2017-05-05 15:03:17 +02:00
parent ee17cc2e67
commit 544f7cc6ce

5
.gitignore vendored
View File

@ -51,6 +51,11 @@ timing.exe
*.idb *.idb
*.pdb *.pdb
# Eclipse special files
.project
.cproject
.settings/
# oops ;) but we don't want them to appear in the repository... # oops ;) but we don't want them to appear in the repository...
*.stackdump *.stackdump
*.core *.core