forked from qt-creator/qt-creator
Fix .gitignore
Do not ignore _any_ directory starting with "build", just a toplevel one
(which possibly is a CMake build directory).
Amends bd4c9ea250
Change-Id: I1f80db1241e51c4d49d94593cbcaf881c8659cb5
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -30,7 +30,6 @@
|
||||
.qmake.cache
|
||||
.qmake.stash
|
||||
.vscode
|
||||
build*/
|
||||
Makefile*
|
||||
Thumbs.db
|
||||
core
|
||||
@@ -119,6 +118,7 @@ compile_commands.json
|
||||
.clangd/
|
||||
/*-debug/
|
||||
/*-release/
|
||||
/build*/
|
||||
/dist/gdb/*.gz
|
||||
/dist/gdb/python/
|
||||
/dist/gdb/qtcreator-*/
|
||||
|
Reference in New Issue
Block a user