uts-server/.gitignore

40 lines
328 B
Plaintext
Raw Normal View History

2015-12-16 22:13:06 +01:00
# Object files
*.o
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
2015-12-17 14:08:37 +01:00
# cmake generated files
CMakeCache.txt
CMakeFiles/
Makefile
cmake_install.cmake