From 43b0b62281c29c8d2072f482521c8a67b5de4155 Mon Sep 17 00:00:00 2001 From: Christopher Mosher Date: Fri, 20 Apr 2012 15:54:42 -0700 Subject: [PATCH] initial commit --- .gitignore | 13 +++++++++++++ README.md | 4 ++++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fc5e847 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# http://www.gnu.org/software/automake + +Makefile.in + +# http://www.gnu.org/software/autoconf + +/autom4te.cache +/aclocal.m4 +/compile +/configure +/depcomp +/install-sh +/missing diff --git a/README.md b/README.md new file mode 100644 index 0000000..0945994 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Epple-II +======== + +EPPLE ][ is an emulator of the Apple ][ computer. \ No newline at end of file