tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] [PATCH 2/7] .gitignore += *.o *.a


From: Kirill Smelkov
Subject: [Tinycc-devel] [PATCH 2/7] .gitignore += *.o *.a
Date: Thu, 17 Jun 2010 00:38:45 +0400

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.334.gebb7bc.dirty



reply via email to

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