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
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
# Eclipse
|
||||
.cproject
|
||||
.project
|
||||
|
||||
# Object files
|
||||
*.o
|
||||
bin/*
|
||||
|
||||
# Libraries
|
||||
*.lib
|
||||
|
||||
|
|
Loading…
Reference in a new issue