From 766f2d965ff1948749c37f26a714adb8aa89c4a9 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Mon, 16 Jun 2014 01:31:37 -0400 Subject: gitignore: add dylib and swp entries --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 07ba48598a..c8a76d0f8c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.d *.def *.dll +*.dylib *.exe *.exp *.gcda @@ -14,6 +15,7 @@ *.pdb *.so *.so.* +*.swp *.ver *-example *-test -- cgit v1.2.1