Ignore dummy.o
This commit is contained in:
parent
f4ee983dfb
commit
fdc6df9302
1 changed files with 7 additions and 6 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -1,14 +1,15 @@
|
||||||
|
*~
|
||||||
|
.DS_Store
|
||||||
|
dummy.o
|
||||||
|
*.dylib
|
||||||
|
*.dylib.dSYM
|
||||||
*.o
|
*.o
|
||||||
*.so
|
|
||||||
tuxpaint
|
|
||||||
obj/parse.c
|
obj/parse.c
|
||||||
obj/parse_step1.c
|
obj/parse_step1.c
|
||||||
|
*.so
|
||||||
src/tp_magic_api.h
|
src/tp_magic_api.h
|
||||||
tp-magic-config
|
tp-magic-config
|
||||||
trans/
|
trans/
|
||||||
*~
|
tuxpaint
|
||||||
TuxPaint.app
|
TuxPaint.app
|
||||||
TuxPaint.dmg
|
TuxPaint.dmg
|
||||||
*.dylib
|
|
||||||
*.dylib.dSYM
|
|
||||||
.DS_Store
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue