commit 04b3388d7e73ffc2d1416a56d5f5abe0f4d34e01 Author: Jared Boone Date: Mon Jul 6 16:05:41 2015 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..b8bd0267b --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app