EventBus/.gitignore

33 lines
271 B
Plaintext
Raw Normal View History

2015-10-07 18:11:14 +02:00
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
2017-08-04 23:50:35 +02:00
build/
2017-08-05 13:27:35 +02:00
cmake-build*/
2017-08-05 19:39:41 +02:00
.idea/