.gitginore: Add some comments and new rules

This commit is contained in:
Sam Vervaeck 2023-04-12 14:29:17 +02:00
parent f2ea45873c
commit d684548141
Signed by: samvv
SSH key fingerprint: SHA256:dIg0ywU1OP+ZYifrYxy8c5esO72cIKB+4/9wkZj1VaY

8
.gitignore vendored
View file

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