Skip to content

Commit

Permalink
config: Adjust gitignore for CMake (#5191)
Browse files Browse the repository at this point in the history
* config: Adjust gitignore for CMake
  • Loading branch information
echoix authored Feb 23, 2025
1 parent f6d4a47 commit 20906a4
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 20906a4

Please sign in to comment.