소스 검색

Merge pull request #26 from Sim4n6/master

Added a .git ignore file
Christopher Haster 7 년 전
부모
커밋
59ce49fa4b
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      .gitignore

+ 9 - 0
.gitignore

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