diff options
author | Daniel Weipert <code@drogueronin.de> | 2018-09-24 23:23:19 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2018-09-24 23:23:19 +0200 |
commit | 87293b0a1150b1bc7467f6916419f56f9f2be075 (patch) | |
tree | c254231193037001f6875286d80b13250e47b9f7 /.gitignore |
Initial 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 |