mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-27 17:29:16 +00:00
44 lines
415 B
Plaintext
44 lines
415 B
Plaintext
# http://www.gnu.org/software/automake
|
|
|
|
Makefile.in
|
|
|
|
# http://www.gnu.org/software/autoconf
|
|
|
|
/autom4te.cache
|
|
/aclocal.m4
|
|
/compile
|
|
/configure
|
|
/configure~
|
|
/depcomp
|
|
/install-sh
|
|
/missing
|
|
/config.h.in*
|
|
/test-driver
|
|
|
|
|
|
# need these for non-VPATH builds
|
|
/config.h
|
|
/config.status
|
|
/config.log
|
|
/stamp-h1
|
|
|
|
Makefile
|
|
.deps/
|
|
|
|
*.o
|
|
|
|
# cmake
|
|
|
|
/build/
|
|
|
|
# netbeans
|
|
|
|
/nbproject/
|
|
|
|
# eclipse
|
|
|
|
/.autotools
|
|
/.cproject
|
|
/.project
|
|
/.settings/
|