diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2019-11-30 11:24:30 +0100 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2019-11-30 11:24:30 +0100 |
commit | 1c5b08d3e5ab17e379a30ce1eff2065bf1f58297 (patch) | |
tree | 24f966327b26a8de3378135c48672680d75ac1fb | |
parent | b019e5110f1858d8b0a10f3fbbc3c791bfa27a11 (diff) | |
download | nihav-player-1c5b08d3e5ab17e379a30ce1eff2065bf1f58297.tar.gz |
add .gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fdaff5d --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +target/ +**/*.rs.bk +rust-sdl
\ No newline at end of file |