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
|
||||
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
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"version": 4,
|
||||
"vendor": {
|
||||
"conan": {}
|
||||
},
|
||||
"include": [
|
||||
"/home/ronh/work/cpp-challenge/build/CMakePresets.json"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue