diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-12-19 23:31:48 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-12-19 23:31:48 +0100 |
commit | 582c59c8c47df77439b6c6800b658bdb54dbfeaf (patch) | |
tree | 82798970793b9ddcc1d6c04f4626cd54932cab67 /.gitignore | |
download | trriggy-582c59c8c47df77439b6c6800b658bdb54dbfeaf.tar.gz trriggy-582c59c8c47df77439b6c6800b658bdb54dbfeaf.tar.bz2 trriggy-582c59c8c47df77439b6c6800b658bdb54dbfeaf.zip |
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 |