1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 15:46:14 +01:00

Update .gitignore

Updated .gitignore from the devel branch and used "my@.cpp" instead of listing the individual files so we can ignore anything that starts with "my"
This commit is contained in:
Fred 2023-06-29 14:24:51 -04:00 committed by GitHub
parent 99521f8a3f
commit 2eb0f48994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.gitignore vendored
View File

@ -7,12 +7,7 @@ Release/*
.pio/ .pio/
.vscode/ .vscode/
config.h config.h
.vscode/* my*.cpp
mySetup.h my*.h
mySetup.cpp !my*.example.h
myHal.cpp compile_commands.json
myAutomation.h
myFilter.cpp
myAutomation.h
myFilter.cpp
myLayout.h