Added a git ignore file with .o .d blocks dir and lfs bin

This commit is contained in:
iamatacos 2018-02-08 13:24:23 +00:00 committed by Christopher Haster
parent e611cf5050
commit 2f8ae344d2

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
# Compilation output
*.o
*.d
*.a
# Testing things
blocks/
lfs
test.c