diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2020-11-23 21:53:51 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2020-11-23 21:55:08 +0100 |
commit | 3243f0863559e40e4c9d7a108b16cdbef554af3c (patch) | |
tree | 4d2d0f80b54b46ae16323af92679c9e122a2a23a /.gitignore | |
download | cbconv-3243f0863559e40e4c9d7a108b16cdbef554af3c.tar.gz cbconv-3243f0863559e40e4c9d7a108b16cdbef554af3c.tar.bz2 cbconv-3243f0863559e40e4c9d7a108b16cdbef554af3c.zip |
Initial commit.
Experimenting with reading Cubase project files using the nom parser
library for Rust.
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 |