apple2ix/.gitignore

61 lines
567 B
Plaintext
Raw Normal View History

2013-06-11 00:05:49 -07:00
# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
2013-11-16 12:42:17 -08:00
# vimstuff
*.swp
# GNU buildtools autogenerated
configure
autom4te.cache
.deps
stamp-h1
config.h
config.h.in*
config.log
config.status
2014-06-14 10:31:04 -07:00
config.guess
config.sub
aclocal.m4
Makefile
Makefile.in
compile
depcomp
install-sh
INSTALL
missing
ylwrap
.dirstamp
apple2ix*.tar.gz
2014-06-14 12:32:27 -07:00
test-driver
# generated sources
2014-05-31 10:19:42 -07:00
src/x86/glue.S
src/meta/debug.c
# generated binaries
apple2ix
genfont
# man testing
man
man6
2014-06-16 22:57:54 -07:00
# Xcode
xcuserdata
.DS_Store