From 5e4d640afd0c850c19263e5f2f2070d1f346169a Mon Sep 17 00:00:00 2001 From: Aaron Culliney Date: Tue, 11 Jun 2013 00:05:49 -0700 Subject: [PATCH] Initial commit --- .gitignore | 17 +++++++++++++++++ README.md | 4 ++++ 2 files changed, 21 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..0331bbbd --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Object files +*.o + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app diff --git a/README.md b/README.md new file mode 100644 index 00000000..a6470cf9 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +apple2 +====== + +WIP : Apple ][+ //e emulator