2024-07-14 23:08:29 +00:00
|
|
|
# CMake build directories
|
2024-07-19 14:27:39 +00:00
|
|
|
/build/*
|
|
|
|
!/build/config.json
|
|
|
|
!/build/gh-wh-handler.service.in
|
|
|
|
!/build/uninstall.cmake.in
|
|
|
|
/CMakeFiles/
|
|
|
|
/CMakeCache.txt
|
|
|
|
/cmake_install.cmake
|
|
|
|
/*.cmake
|
|
|
|
/*.cbp
|
|
|
|
/*.layout
|
|
|
|
/*.stackdump
|
|
|
|
/CPackConfig.cmake
|
|
|
|
/Makefile
|
|
|
|
/CTestTestfile.cmake
|
|
|
|
/install_manifest.txt
|
2024-07-14 23:08:29 +00:00
|
|
|
|
|
|
|
# Compiled binaries
|
|
|
|
/bin/
|
|
|
|
/lib/
|
|
|
|
/*.so
|
|
|
|
/*.dll
|
|
|
|
/*.dylib
|
|
|
|
|
|
|
|
# Generated files
|
|
|
|
/*.a
|
|
|
|
/*.lib
|
|
|
|
/*.exe
|
|
|
|
/*.out
|
|
|
|
/*.app
|
|
|
|
|
|
|
|
# Visual Studio Code specific
|
|
|
|
/.vscode/
|
|
|
|
|
|
|
|
# Sublime Text specific
|
|
|
|
/*.sublime-workspace
|
|
|
|
|
|
|
|
# macOS specific
|
|
|
|
/.DS_Store
|
|
|
|
|
|
|
|
# JetBrains IDEs specific
|
|
|
|
/.idea/
|
|
|
|
/fleet/
|
|
|
|
|
|
|
|
# Emacs specific
|
|
|
|
*~
|
|
|
|
|
|
|
|
# Vim specific
|
|
|
|
*.swp
|
|
|
|
|
|
|
|
# Other editor and tool specific files
|
|
|
|
*.bak
|
|
|
|
*.orig
|
|
|
|
*~
|
|
|
|
|
|
|
|
# Ignore all files in the root named test and tests
|
|
|
|
/test
|
|
|
|
/tests
|
|
|
|
|