uts-server/.gitignore

64 lines
616 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
2016-09-07 21:02:02 +02:00
# civetweb build/install directory (in bundle mode)
civetweb-prefix/
2016-09-07 21:02:02 +02:00
vendor/
# vim swap file
*.swp
2016-09-10 12:03:03 +02:00
# rst doc stuff
_build/
docs/configure.rst