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 @@
*.o
*.ko
*.obj
*.elf
# Libraries
*.lib
......@@ -17,3 +18,4 @@
*.exe
*.out
*.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