diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2018-01-04 20:34:54 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2018-01-05 01:10:48 +0100 |
commit | 7b8412d8b84d3fd37f43c0b07a1b8049a21dd999 (patch) | |
tree | 9d90bd58d551f6abfe90e898b6890a90a79d9c09 /.gitignore | |
download | batteriewarner-7b8412d8b84d3fd37f43c0b07a1b8049a21dd999.tar.gz batteriewarner-7b8412d8b84d3fd37f43c0b07a1b8049a21dd999.zip |
seems to work
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..388c7e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/target/ +**/*.rs.bk +.idea +*iml +Cargo.lock |