Added Eclipse project files to .gitignore
This commit is contained in:
parent
9dfe447e6d
commit
b934303556
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,9 +1,15 @@
|
||||||
# Intellij
|
# Intellij
|
||||||
.idea
|
.idea
|
||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
|
# Eclipse
|
||||||
|
.cproject
|
||||||
|
.project
|
||||||
|
|
||||||
# Object files
|
# Object files
|
||||||
*.o
|
*.o
|
||||||
bin/*
|
bin/*
|
||||||
|
|
||||||
# Libraries
|
# Libraries
|
||||||
*.lib
|
*.lib
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue