Corrected .gitignore to ignore the soft link
This commit is contained in:
parent
faac68d03b
commit
8c7e2d477c
1 changed files with 11 additions and 2 deletions
13
exercises/.gitignore
vendored
13
exercises/.gitignore
vendored
|
|
@ -1,3 +1,12 @@
|
||||||
examples/*
|
# ignore entire directories
|
||||||
lilygo/*
|
lilygo/
|
||||||
|
|
||||||
|
#ignore soft links
|
||||||
|
examples
|
||||||
|
|
||||||
|
# ignore logs
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# optional: timestamped outputs if you expand later
|
||||||
|
*_magnetometer_readings*.log
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue