diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2021-01-11 13:08:04 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2021-01-11 14:15:17 +0100 |
commit | 572b08c4a7aa534f1ed249fc4ae87ae467966430 (patch) | |
tree | eaa232c63b45c5f9283e43f6a6bbc03a5f0196f7 /bin | |
parent | dcf9d7e3efbbe791db1a21de1dd21abf2ff22f81 (diff) | |
download | infra-572b08c4a7aa534f1ed249fc4ae87ae467966430.tar.gz infra-572b08c4a7aa534f1ed249fc4ae87ae467966430.tar.bz2 infra-572b08c4a7aa534f1ed249fc4ae87ae467966430.tar.xz infra-572b08c4a7aa534f1ed249fc4ae87ae467966430.zip |
Cleaning up gitignores.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/.gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/.gitignore b/bin/.gitignore index ba077a4..af71bf2 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -1 +1,7 @@ -bin +dhall-[0-9].* +dhall-json-[0-9].* +dhall-to-json-[0-9].* +dhall-to-yaml-[0-9].* +dhall-to-yaml-ng-[0-9].* +dhall-yaml-[0-9].* +yaml-to-dhall-[0-9].* |