From 0ed2b44e7ae33f8b8f6a7bd4e535a3deb294bee2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 17 Mar 2008 15:36:27 +0100 Subject: [PATCH] Ignore .o files. --- test/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/test/.gitignore b/test/.gitignore index 0f5e535..a57506d 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -30,3 +30,4 @@ nfatest1 nfaxmltest1 tst_oid *.log +*.o -- 1.7.10.4