mbpfan/.gitignore

24 lines
175 B
Text
Raw Normal View History

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