tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] [PATCH 02/11] .gitignore += *.o *.a


From: Kirill Smelkov
Subject: [Tinycc-devel] [PATCH 02/11] .gitignore += *.o *.a
Date: Mon, 21 Jun 2010 18:31:21 +0400

From: Kirill Smelkov <address@hidden>

Ignores libtcc.o, libtcc.a and a bunch of other files (see previous
patch for details)
---
 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 95daa1f..df16ed9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+*.o
+*.a
 tcc_g
 tcc
 tc2.c
-- 
1.7.1.427.g9562c




reply via email to

[Prev in Thread] Current Thread [Next in Thread]