tuxpaint-pencil-sharpener/.gitignore
Mark K. Kim b80393c11b Proper DMG support on macOS.
Previously `make install` on macOS created TuxPaint.dmg, but it was a
simple disk image.

Now TuxPaint.dmg is formatted as one would expect from any other macOS app,
with a Tux folder icon, symlink to the /Applications folder, and a
background image with an arrow.
2018-05-25 00:24:46 -04:00

14 lines
150 B
Text

*.o
*.so
tuxpaint
obj/parse.c
obj/parse_step1.c
src/tp_magic_api.h
tp-magic-config
trans/
*~
TuxPaint.app
TuxPaint.dmg
*.dylib
*.dylib.dSYM
.DS_Store