.gitignore: Ignore compiled examples too

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/469/head
Gergely Nagy 6 years ago
parent 1fa31ee64c
commit a5cc2d4f80
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

1
.gitignore vendored

@ -1,3 +1,4 @@
*~ *~
.#* .#*
/output/ /output/
/examples/*/output/
Loading…
Cancel
Save