Skip to content

Commit

Permalink
added gitignore file
Browse files Browse the repository at this point in the history
  • 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.
13 changes: 13 additions & 0 deletions .gitignore
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

0 comments on commit 83a9963

Please sign in to comment.