commit 113fdf2a9efab08ba7c7fed013cd520ae854aa19 Author: Toni G Date: Thu Feb 21 13:33:57 2013 -0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0331bbb --- /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 0000000..c8fd075 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +ADFlib +====== + +A free, portable and open implementation of the Amiga filesystem \ No newline at end of file