adds a gitignore file so compiled software doesn't accidentally find its way into the git repository

This commit is contained in:
Alice Kaerast 2013-03-24 13:48:26 +00:00
parent 210716c344
commit 489231767d

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*.o
acarsdec