Generalize a path in .gitignore (#1862)
- Covers all of CLion's default CMake build paths
This commit is contained in:
parent
3ab752b8ca
commit
bf81b87a60
|
@ -7,7 +7,7 @@ obj
|
||||||
melon_grc.c
|
melon_grc.c
|
||||||
melon_grc.h
|
melon_grc.h
|
||||||
melon.rc
|
melon.rc
|
||||||
cmake-build
|
cmake-build*
|
||||||
cmake-build-debug
|
cmake-build-debug
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
.idea
|
.idea
|
||||||
|
|
Loading…
Reference in New Issue