Skip to content

Commit ae0f7d1

Browse files
committed
update gitignore
1 parent 8976b3e commit ae0f7d1

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.gitignore

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1+
# Bibliotheken-Verzeichnis
12
libraries
2-
documents/.$Logic.drawio.dtmp
3+
4+
# Temporäre Dateien von Draw.io
5+
*.drawio.dtmp
6+
*.drawio.bkp
7+
*.drawio~*
8+
9+
# Temporäre Dateien von MS Office
10+
~$*
11+
*.tmp
12+
*.lock
13+
14+
# Build-Output-Verzeichnis
315
build-output
16+
17+
# VSCode-Konfigurationsordner
418
.vscode
19+
20+
# Cppcheck Build-Dir
521
check-cppcheck-build-dir
622

23+
# Lokale Konfigurationsdatei für DPVController
724
DPVController/localConfig.h

0 commit comments

Comments
 (0)