aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-11-23 21:53:51 +0100
committerHarald Eilertsen <haraldei@anduin.net>2020-11-23 21:55:08 +0100
commit3243f0863559e40e4c9d7a108b16cdbef554af3c (patch)
tree4d2d0f80b54b46ae16323af92679c9e122a2a23a /.gitignore
downloadcbconv-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--.gitignore2
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