lpac/.gitignore
Yegor Yefremov e45395f527
Automatically create .gitignore in the build folder (#224)
This way, every out-of-source build folder will be ignored.
2025-04-10 11:58:27 +08:00

24 lines
294 B
Text

CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
.vscode*
.DS_Store
# version
/src/version.h
# for package files
lpac_*.deb
lpac-*.zip
# for clion ignores
.idea
cmake-build-*