From a0da7437f05d004b4d98b87af8cad328d852331e Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Mon, 4 Aug 2014 17:35:17 -0700 Subject: [PATCH] Ignore *.a files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0dc492a..b43e5eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.o *.so *.dylib +*.a simplefs *.swp *~