This website works better with JavaScript
Home
Explore
Help
Sign In
VKFLY_INDUSTRY
/
littlefs
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Added a git ignore file with .o .d blocks dir and lfs bin
iamatacos
7 years ago
parent
e611cf5050
commit
2f8ae344d2
1 changed files
with
9 additions
and
0 deletions
Split View
Show Diff Stats
9
0
.gitignore
+ 9
- 0
.gitignore
View File
@@ -0,0 +1,9 @@
+# Compilation output
+*.o
+*.d
+*.a
+
+# Testing things
+blocks/
+lfs
+test.c