diff options
| author | Victor Mignot <victor@vmignot.fr> | 2026-02-18 08:16:09 +0100 |
|---|---|---|
| committer | Victor Mignot <victor@vmignot.fr> | 2026-03-04 17:25:12 +0100 |
| commit | 82938d522273eefd51b136f037810fa6b963a096 (patch) | |
| tree | 2204b4f5c50ac63326bf8b8ec48fdf490e98838a /.gitignore | |
| download | futiles-82938d522273eefd51b136f037810fa6b963a096.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 |
