Limit build*/ and docs/ to top level, ignore out/ at top level

This commit is contained in:
Simran
2020-10-29 17:24:34 +01:00
committed by GitHub
parent 8c1f7d6d94
commit 82347ccda6
+3 -2
View File
@@ -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