mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 15:46:14 +01:00
2eb0f48994
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"
16 lines
174 B
Plaintext
16 lines
174 B
Plaintext
Release/*
|
|
.ino.cpp
|
|
.pioenvs
|
|
.piolibdeps
|
|
.clang_complete
|
|
.gcc-flags.json
|
|
.pio/
|
|
.vscode/
|
|
config.h
|
|
mySetup.cpp
|
|
myHal.cpp
|
|
myFilter.cpp
|
|
my*.h
|
|
!my*.example.h
|
|
compile_commands.json
|