apple2ix/.gitignore
Aaron Culliney 51e261fc9d Add font.c to reduce Xcode project build complexity
* font.c shouldn't change if font.txt isn't tweaked
    * easy to regenerate without needing Xcode
2014-06-21 12:17:59 -07:00

61 lines
567 B
Plaintext

# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
# vimstuff
*.swp
# GNU buildtools autogenerated
configure
autom4te.cache
.deps
stamp-h1
config.h
config.h.in*
config.log
config.status
config.guess
config.sub
aclocal.m4
Makefile
Makefile.in
compile
depcomp
install-sh
INSTALL
missing
ylwrap
.dirstamp
apple2ix*.tar.gz
test-driver
# generated sources
src/x86/glue.S
src/meta/debug.c
# generated binaries
apple2ix
genfont
# man testing
man
man6
# Xcode
xcuserdata
.DS_Store