xtest/.gitignore

47 lines
426 B
Plaintext
Raw Normal View History

2022-01-06 02:12:01 +01:00
# JetBrains IDE files
2022-01-03 15:21:01 +01:00
.idea/
2022-01-06 02:12:01 +01:00
# cmake
cmake-build-*/
2022-01-02 14:55:36 +01:00
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
2022-01-06 02:12:01 +01:00
# all kinds of build files and artifacts
2022-01-02 14:55:36 +01:00
*.d
*.o
*.ko
*.obj
*.elf
*.ilk
*.map
*.exp
*.gch
*.pch
*.lib
*.a
*.la
*.lo
*.dll
*.so
*.so.*
*.dylib
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
*.dSYM/
*.su
*.idb
*.pdb