ref: 6b0c5d54fc380fad10921e4776b3a364abe5510c
parent: 8707fe8af62dbe5112700ece3e56a1eeb1ecb948
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sun Jul 19 17:07:40 EDT 2015
Ignore *.o files
--- a/cc1/.gitignore
+++ b/cc1/.gitignore
@@ -1,1 +1,2 @@
cc1
+*.o
--- a/cc2/.gitignore
+++ b/cc2/.gitignore
@@ -1,2 +1,3 @@
cc2
error.h
+*.o
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -1,1 +1,2 @@
libcc.a
+*.o