uts-server/.gitignore

56 lines
516 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
2015-12-17 15:48:22 +01:00
uts-server
2016-08-27 01:34:08 +02:00
# cert/ca/key test file
tests/cfg/pki/*.pem
tests/cfg/pki/*.srl
tests/cfg/pki/.rnd
# timestamps
*.ts
*.tsr
*.tsq
2016-09-01 19:55:25 +02:00
# pid file
*.pid
# civetweb build directory
civetweb-prefix/