.gitignore more project files

add intellij (clion/pycharm) and eclipse project files to the ignore
list.
This commit is contained in:
Karl Palsson
2016-09-02 21:12:28 +00:00
parent da679c1775
commit 9fbac7daaf

6
.gitignore vendored
View File

@@ -9,6 +9,10 @@
*.map *.map
*.stylecheck *.stylecheck
generated.*.ld generated.*.ld
nbproject
.gdb_history .gdb_history
.DS_Store .DS_Store
# Project files from idea/netbeans/eclipse
nbproject/
.idea/
.project