diff options
| author | Victor Mignot <victor@vmignot.fr> | 2026-02-18 08:16:09 +0100 |
|---|---|---|
| committer | Victor Mignot <victor@vmignot.fr> | 2026-03-09 19:52:47 +0100 |
| commit | c856ca9339e7154699a8ac81ec943d45d8c5ffe8 (patch) | |
| tree | e5cd54cd3df53dc84e8d755a64e31f52c464e9d5 /.gitignore | |
| download | futiles-c856ca9339e7154699a8ac81ec943d45d8c5ffe8.tar.gz | |
Implement `true` and `false`
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..1da65b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +futiles +*.o |
