mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2025-12-06 07:12:08 +01:00
updated .gitignore
This commit is contained in:
parent
5e6ac20a8a
commit
5ce9e11a08
17
.gitignore
vendored
17
.gitignore
vendored
|
|
@ -1,8 +1,21 @@
|
||||||
|
#
|
||||||
|
# .gitignore
|
||||||
|
#
|
||||||
|
|
||||||
|
## BACKUP & TEMPORARY FILES ##
|
||||||
|
|
||||||
|
*~
|
||||||
|
*.bak
|
||||||
|
*.tmp
|
||||||
|
|
||||||
|
|
||||||
|
## BUILD ARTIFACTS ##
|
||||||
|
|
||||||
*.o
|
*.o
|
||||||
|
|
||||||
bin/
|
bin/
|
||||||
|
|
||||||
GitVersion\.h
|
GitVersion\.h
|
||||||
|
|
||||||
|
|
||||||
|
## IDEs ##
|
||||||
|
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue