Skip to content

Commit

Permalink
add gitignore and gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
imahjoub committed Jul 4, 2023
1 parent bcd5d6b commit 4a8c7f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.pdf filter=lfs diff=lfs merge=lfs -text
Build/VS/libwinpthread-1.dll filter=lfs diff=lfs merge=lfs -text
Build/tools/gcc/gcc-11.2.0-arm-none-eabi.7z.* filter=lfs diff=lfs merge=lfs -text
Build/tools/gcc/gcc-11.2.0-arm-none-eabi.exe filter=lfs diff=lfs merge=lfs -text
images/teensy_blinky.jpg filter=lfs diff=lfs merge=lfs -text
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Build/VS/.vs/
Build/Tmp/
Build/Bin/
Build/tools/gcc/gcc-11.2.0-arm-none-eabi/
Build/VS/UniversalBareMetal.vcxproj.user

0 comments on commit 4a8c7f1

Please sign in to comment.