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:
parent
610e317489
commit
0bf79af0f6
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/*.o
|
||||
/eyefi-config
|
Loading…
Add table
Reference in a new issue