Commit f8ac87bd authored by Carl Suster's avatar Carl Suster

Merge pull request #802 from lukemetz/master

Ignore elf and hex files in C.gitignore
parents 66f5b6f3 502cb314
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
*.o *.o
*.ko *.ko
*.obj *.obj
*.elf
# Libraries # Libraries
*.lib *.lib
...@@ -17,3 +18,4 @@ ...@@ -17,3 +18,4 @@
*.exe *.exe
*.out *.out
*.app *.app
*.hex
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment