Ignores a file generated by conan setup
Also, sorts those gitignores.
This commit is contained in:
parent
abe3eab34c
commit
89624e70c5
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"version": 4,
|
|
||||||
"vendor": {
|
|
||||||
"conan": {}
|
|
||||||
},
|
|
||||||
"include": [
|
|
||||||
"/home/ronh/work/cpp-challenge/build/CMakePresets.json"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue