Add a gitignore file

So that I don't accidentally stage output/ all the time...

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/29/head
Gergely Nagy 8 years ago
parent 8f06a7f41e
commit cb07141e5d

3
.gitignore vendored

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