updated gitignore
This commit is contained in:
parent
d5b5f36a81
commit
ffdb90774e
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
.DS_Store
|
||||||
|
build/
|
||||||
|
out/
|
||||||
|
target/
|
||||||
|
.idea/
|
||||||
|
.settings/
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
*.iml
|
||||||
|
*.eml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
*.class
|
||||||
|
*.jar
|
||||||
|
*.sdf
|
||||||
|
*.opensdf
|
||||||
|
*.user
|
||||||
|
*.suo
|
||||||
|
*.idb
|
||||||
|
*.ilk
|
||||||
|
*.pdb
|
||||||
|
/compiled
|
||||||
|
/compiled4
|
||||||
|
/headers
|
||||||
|
/headers4
|
||||||
|
/concat_header.h
|
||||||
|
/concat_header4.h
|
||||||
|
/c
|
||||||
|
/c4
|
||||||
|
/generated
|
Reference in a new issue