add .gitignore
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 30 Nov 2019 10:24:30 +0000 (11:24 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 30 Nov 2019 10:24:30 +0000 (11:24 +0100)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..fdaff5d
--- /dev/null
@@ -0,0 +1,3 @@
+target/
+**/*.rs.bk
+rust-sdl
\ No newline at end of file