You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
616 B
63 lines
616 B
# 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 |
|
|
|
# civetweb build/install directory (in bundle mode) |
|
civetweb-prefix/ |
|
vendor/ |
|
|
|
# vim swap file |
|
*.swp |
|
|
|
# rst doc stuff |
|
_build/ |
|
docs/configure.rst
|
|
|