.gitignore

- Ensure that any `.o` files such as that produced from `extern_test.sh` are not candidate for git adding
This commit is contained in:
Tristan B. Velloza Kildaire 2023-01-31 13:38:20 +02:00
parent e80650a561
commit a802ea3500
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
# TLP artefacts
tlangout.c
tlang.out
*.o
# Build files
#tlang