mbpfan/.gitignore

18 lines
143 B
Text
Raw Normal View History

2012-06-09 16:27:45 +02:00
# Intellij
.idea
*.iml
# Object files
*.o
bin/*
2012-06-09 16:27:45 +02:00
# Libraries
*.lib
# Shared objects (inc. Windows DLLs)
*.dll
*.so
# Executables
*.exe
*.out