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 CMakeCache.txt
CMakeFiles CMakeFiles
CMakeLists.txt.user
CMakeScripts CMakeScripts
Testing CMakeUserPresets.json
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake CTestTestfile.cmake
Makefile
Testing
_deps _deps
build 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"
]
}