diff options
author | Nadrieril | 2024-05-03 13:29:27 +0200 |
---|---|---|
committer | Nadrieril | 2024-05-14 15:01:39 +0200 |
commit | b923f7232a9e98a0b039b722ffedcf91051edbe6 (patch) | |
tree | cf8e6ad7e45cab5306b30f2b396cdf90a42ebeb6 /.gitignore | |
parent | f2fa29e5ef5c8c7d7375e4c8a37dbba1012fb95c (diff) |
Ensure `./charon` points to a valid charon clone
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ _build/ *.byte *.native +# Charon installation +/charon + # We group everything here bin |