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
1 changed files with 4 additions and 9 deletions

13
.gitignore vendored
View File

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