Update gitignore.

pull/330/head
Lance Wallis 2 weeks ago
parent 8e6d313f47
commit a5d1342d53
No known key found for this signature in database
GPG Key ID: AE7847735CE374E4
  1. 4
      .gitignore
  2. 9
      CMakeUserPresets.json

4
.gitignore vendored

@ -25,5 +25,9 @@
/xcode/mxml.xcodeproj/project.xcworkspace
/xcode/mxml.xcodeproj/xcuserdata
# IDE
.vscode/
# CMake
build/
CMakeUserPresets.json

@ -1,9 +0,0 @@
{
"version": 4,
"vendor": {
"conan": {}
},
"include": [
"build/Release/generators/CMakePresets.json"
]
}
Loading…
Cancel
Save