diff options
-rw-r--r-- | .cargo/config | 1 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Cargo.toml | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 0000000..53b69e4 --- /dev/null +++ b/.cargo/config @@ -0,0 +1 @@ +paths = ["ops", "cli", "base", "formats/weechat", "formats/energymech"] @@ -1,4 +1,3 @@ -.cargo /target **/target */**/Cargo.lock @@ -5,6 +5,7 @@ license = "Apache-2.0" name = "ilc" repository = "https://github.com/tilpner/ilc" version = "0.3.0" +exclude = [".cargo/**"] [[bin]] name = "ilc" |