Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Ignore Mac DS_Store files in all directories
.DS_Store


#Ignore EAGLE board and schematic auto save files (.b#x and .s#x) in all directories
*.b#?
*.s#?


#Development file for making local changes to Arduino libraries
#Ignore in all directories
.development
27 changes: 0 additions & 27 deletions .travis.yml

This file was deleted.

203 changes: 0 additions & 203 deletions MatrixMath.cpp

This file was deleted.

Loading