From: Brian Norris Date: Wed, 8 Aug 2012 23:33:00 +0000 (-0700) Subject: .gitignore: ignore other vim swap file type X-Git-Tag: pldi2013~284 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=commitdiff_plain;h=a9c3e198d59510a4edb3e740893b5ecf9f5d8fcf .gitignore: ignore other vim swap file type --- diff --git a/.gitignore b/.gitignore index d4b7fc4..07fe7eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # generic types *.o .*.swp +*.swo *.so *~