From 5344b2e73bd2bdb6f5b72cf909a6ddb59232645e Mon Sep 17 00:00:00 2001 From: Kirill Smelkov Date: Sat, 12 Jun 2010 18:26:37 +0400 Subject: [PATCH] .gitignore += *.o *.a Ignores libtcc.o, libtcc.a and a bunch of other files (see previous patch for details) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 95daa1f3..df16ed9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.o +*.a tcc_g tcc tc2.c -- 2.11.4.GIT