-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Orlando Hoilett
authored and
Orlando Hoilett
committed
Jan 25, 2022
1 parent
8b2da8e
commit 83a9963
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Ignore Mac DS_Store files in all directories | ||
.DS_Store | ||
|
||
|
||
#Ignore EAGLE board, schematic, and library auto save files (.b#x, .s#x, and .l#x) in all directories | ||
*.b#? | ||
*.s#? | ||
*.l#? | ||
|
||
|
||
#Development file for making local changes to Arduino libraries | ||
#Ignore in all directories | ||
.development |