Limit build*/ and docs/ to top level, ignore out/ at top level
This commit is contained in:
+3
-2
@@ -1,14 +1,15 @@
|
|||||||
# CMake artifacts
|
# CMake artifacts
|
||||||
build*/
|
/build*/
|
||||||
|
|
||||||
# Doxygen
|
# Doxygen
|
||||||
docs/
|
/docs/
|
||||||
|
|
||||||
# Visual Studio (Code)
|
# Visual Studio (Code)
|
||||||
.localhistory/
|
.localhistory/
|
||||||
.history/
|
.history/
|
||||||
.vscode/
|
.vscode/
|
||||||
.vs/
|
.vs/
|
||||||
|
/out/
|
||||||
CmakeSettings.json
|
CmakeSettings.json
|
||||||
|
|
||||||
# macOS General
|
# macOS General
|
||||||
|
|||||||
Reference in New Issue
Block a user