diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-01-08 04:53:45 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-01-08 04:53:45 +0100 |
commit | 31e1410bf3299301879171d5677f69925828844c (patch) | |
tree | 27f54f829432c2a94ba49f61ccf536480a377a1d /.gitignore | |
download | dialog-rs-31e1410bf3299301879171d5677f69925828844c.tar.gz dialog-rs-31e1410bf3299301879171d5677f69925828844c.tar.bz2 |
Create project skeleton
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2fcd2ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/target +**/*.rs.bk +Cargo.lock +*.swp |