X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=.gitignore;h=361338cc44202b5bd20e921c1df9b5e9e902be3d;hb=6b3e90f782c845f3b6d4ea7e9607c2f98de9b8ef;hp=cebd1d51973bacfe11002f56ca274eed242181f9;hpb=c59ff36243f7f2acddeb3ded5a737dda57cb15c8;p=feisty_meow.git diff --git a/.gitignore b/.gitignore index cebd1d51..361338cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,11 @@ +# ignore generated or non-useful files of various types. -# ignore generated files of various types. - -.* +*~ *# +*.bak __build_configuration.h *.class +.DS_Store *.log *.gz *.o @@ -12,4 +13,5 @@ __build_configuration.h *_version.rc *_version.h Thumbs.db - +TEMPS* +*.swp