diff options
author | tomsmeding <tom.smeding@gmail.com> | 2019-02-10 00:05:12 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2019-02-10 10:15:44 +0100 |
commit | 30cd11327ffabde2c7454c9c17a97768b46494ee (patch) | |
tree | 7946d9c6a141e0ccbb413e38b42da6aadbd359cc /.gitignore |
Initial
Base functions done, no widgets yet
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..6936990 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/target +**/*.rs.bk +Cargo.lock |