Skip to content

Commit

Permalink
Add CMakeUserPresets.json to .gitignore (facebookincubator#9470)
Browse files Browse the repository at this point in the history
Summary:
Ensure user-specific CMake presets do not show up in git.

CMake >= 3.19 allows the use of presets to specify project settings. CMakeUserPresets.json is used to store user-specific settings which should not be checked in to git.

Pull Request resolved: facebookincubator#9470

Reviewed By: kgpai

Differential Revision: D56169262

Pulled By: pedroerp

fbshipit-source-id: a9cdd2ff528c447f3d61cd5d61360dde7971ff8a
  • Loading branch information
ashkrisk authored and facebook-github-bot committed Apr 16, 2024
1 parent 0680169 commit 8676e8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ settings.json

# User's build configuration
Makefile.config
CMakeUserPresets.json

# build, distribute, and bins (+ python proto bindings)
build
Expand Down

0 comments on commit 8676e8d

Please sign in to comment.