Ignores a file generated by conan setup

Also, sorts those gitignores.
This commit is contained in:
Ron Hough 2023-03-04 14:35:05 -06:00
parent abe3eab34c
commit 89624e70c5
2 changed files with 7 additions and 15 deletions

13
.gitignore vendored
View File

@ -1,12 +1,13 @@
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeLists.txt.user
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CMakeUserPresets.json
CTestTestfile.cmake
Makefile
Testing
_deps
build
cmake_install.cmake
compile_commands.json
install_manifest.txt

View File

@ -1,9 +0,0 @@
{
"version": 4,
"vendor": {
"conan": {}
},
"include": [
"/home/ronh/work/cpp-challenge/build/CMakePresets.json"
]
}