apple2ix/.gitignore
asc 3abd2e87aa Refactor to use GNU build tools
* Added configure.ac and non-recursive Makefile.am
    * Modularized source into subdirectories
    * Simplified header inclusion
2014-01-22 20:51:50 -08:00

56 lines
516 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
aclocal.m4
Makefile
Makefile.in
compile
depcomp
install-sh
INSTALL
missing
ylwrap
.dirstamp
apple2ix*.tar.gz
# generated sources
src/font.c
src/asm386/glue.S
src/meta/debug.c
# generated binaries
apple2ix
genfont
# man testing
man
man6