Add missing .gitignore

This commit is contained in:
Sam Vervaeck 2023-04-14 20:06:21 +02:00
parent 3fc184a0ce
commit 2f7993ea17
Signed by: samvv
SSH key fingerprint: SHA256:dIg0ywU1OP+ZYifrYxy8c5esO72cIKB+4/9wkZj1VaY

11
compiler/.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
# populated by npm
node_modules/
# compiled TypeScript code from src/
/lib/
# local development helpers
Makefile
/*.bolt
/*.c