diff --git a/..gitignore.swp b/..gitignore.swp new file mode 100644 index 0000000..ec9754c Binary files /dev/null and b/..gitignore.swp differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9e4fe1b --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app \ No newline at end of file