Add a .gitignore to exclude binaries

This is pretty trivial: now "git status" exits cleanly whenever I
haven't actually made any changes.
This commit is contained in:
Palmer Dabbelt 2015-03-02 16:12:39 -08:00 committed by Dave Hansen
parent 610e317489
commit 0bf79af0f6

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/*.o
/eyefi-config