[hackers] [scc] Ignore *.o files || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Sun, 19 Jul 2015 21:08:26 +0200 (CEST)

commit 6b0c5d54fc380fad10921e4776b3a364abe5510c
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Sun Jul 19 21:07:40 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Sun Jul 19 21:07:40 2015 +0200

    Ignore *.o files

diff --git a/cc1/.gitignore b/cc1/.gitignore
index c096f61..ffb7ea3 100644
--- a/cc1/.gitignore
+++ b/cc1/.gitignore
_AT_@ -1 +1,2 @@
 cc1
+*.o
diff --git a/cc2/.gitignore b/cc2/.gitignore
index c837ef4..2d49313 100644
--- a/cc2/.gitignore
+++ b/cc2/.gitignore
_AT_@ -1,2 +1,3 @@
 cc2
 error.h
+*.o
diff --git a/lib/.gitignore b/lib/.gitignore
index 38fd893..6a15f5b 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
_AT_@ -1 +1,2 @@
 libcc.a
+*.o
Received on Sun Jul 19 2015 - 21:08:26 CEST

This archive was generated by hypermail 2.3.0 : Sun Jul 19 2015 - 21:12:10 CEST