diff options
author | dfhoughton <dfhoughton@gmail.com> | 2018-12-29 17:24:48 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2018-12-29 17:24:48 -0500 |
commit | 5c2fbd0e0cde0eb2a920c9382bd6c424a033fdfb (patch) | |
tree | ef8df14364bee1960e977d751360732da41febdd /.gitignore | |
parent | b65f618ef644012b68dec2e9b0010b9749acbdac (diff) | |
download | two-timer-5c2fbd0e0cde0eb2a920c9382bd6c424a033fdfb.zip |
keep around the main.rs file for generating examples
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ /target **/*.rs.bk +src/main.rs |