apple2ix/.gitignore

61 lines
567 B
Plaintext
Raw Normal View History

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