1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-03 09:38:07 +02:00
uts-server/.gitignore
2016-09-01 19:55:25 +02:00

53 lines
471 B
Plaintext

# 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/
# cmake generated files
CMakeCache.txt
CMakeFiles/
Makefile
cmake_install.cmake
uts-server
# cert/ca/key test file
tests/cfg/pki/*.pem
tests/cfg/pki/*.srl
tests/cfg/pki/.rnd
# timestamps
*.ts
*.tsr
*.tsq
# pid file
*.pid