diff --git a/..gitignore.swp b/..gitignore.swp deleted file mode 100644 index ec9754c..0000000 Binary files a/..gitignore.swp and /dev/null differ diff --git a/.gitignore b/.gitignore index 9e4fe1b..579bd1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,32 +1,33 @@ -# 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 +# Prerequisites +*.d +*.swp + +# 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