Skip to content

Commit

Permalink
config: Adjust gitignore for CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Feb 22, 2025
1 parent 7b176b0 commit d6789ec
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
OBJ.*
locale/scriptstrings/*
bin.*/*
build
dist.*/*
config.log
config.status*
Expand Down Expand Up @@ -155,3 +156,27 @@ $RECYCLE.BIN/
*.lnk

# End of https://www.toptal.com/developers/gitignore/api/windows,linux,macos

# Created by https://www.toptal.com/developers/gitignore/api/cmake
# Edit at https://www.toptal.com/developers/gitignore?templates=cmake

### CMake ###
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
# Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps

### CMake Patch ###
CMakeUserPresets.json

# External projects
*-prefix/

# End of https://www.toptal.com/developers/gitignore/api/cmake

0 comments on commit d6789ec

Please sign in to comment.