diff options
author | dfhoughton <dfhoughton@gmail.com> | 2018-12-23 10:58:27 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2018-12-23 10:58:27 -0500 |
commit | 76a9737079a2d99b18855335d4cd361192def177 (patch) | |
tree | 31015927b118ce4994b06760c849c54b74096f79 /.gitignore | |
download | two-timer-76a9737079a2d99b18855335d4cd361192def177.zip |
first commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..53eaa21 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +**/*.rs.bk |