commit 35ff18a6a18fd80423c7bd0da1ec2a24ecbfc119 Author: congocongo Date: Sun Feb 24 19:17:22 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..0045756 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +plib-flightgear +=============== + +PLIB library for Flightgear \ No newline at end of file