X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=.gitignore;h=25485f355e5b4958e76f139ed2f07f1dad4b1c23;hb=8c9443fb03aacb1ec57e43173a28ff586fb03b82;hp=10d40c5a3777ab02c2e8057f717629a1169acc3f;hpb=7f687e4f74ee1de720f16d3b5833237d7f30bcfc;p=unres.git diff --git a/.gitignore b/.gitignore index 10d40c5..25485f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,19 @@ -~.[ao] -./gradcheck/ - ./mapcheck/ - ./run/ - ./sympcheck/ +# ignore compiled stuff +*.[oa] +# ignore texteditors +*.swp +*~ + +# ignore PBS output and error files +*.[eo][0-9][0-9][0-9][0-9]* + +# ignore build dir +build/ + +# ignored dirs form adasko +gradcheck/ +mapcheck/ +run/ +sympcheck/ +compinfo