diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-03-13 22:30:09 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-03-13 22:30:09 +0100 |
commit | 027e48928315c55e544f722bb39caec159e08964 (patch) | |
tree | 17bda587794bec5af89d512224d8979cadf1bb0b /.gitignore | |
download | checkpw-027e48928315c55e544f722bb39caec159e08964.tar.gz checkpw-027e48928315c55e544f722bb39caec159e08964.tar.bz2 checkpw-027e48928315c55e544f722bb39caec159e08964.zip |
Initial commit
Diffstat (limited to '.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..0196246 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ + +/target/ +**/*.rs.bk |