23 lines
175 B
Text
23 lines
175 B
Text
# Intellij
|
|
.idea
|
|
*.iml
|
|
|
|
# Eclipse
|
|
.cproject
|
|
.project
|
|
|
|
# Object files
|
|
*.o
|
|
bin/*
|
|
|
|
# Libraries
|
|
*.lib
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
|