From 62e5a1551c1e9e847323162dbb35b9865d79e730 Mon Sep 17 00:00:00 2001 From: John Seibel Date: Mon, 21 May 2018 14:07:16 -0400 Subject: [PATCH] adding gitignore... --- .gitignore | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/.gitignore b/.gitignore index 259148f..cb7d48a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,32 +1,2 @@ -# 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 +#ignore jEdit backups +*.*~ \ No newline at end of file