commit 6b0c5d54fc380fad10921e4776b3a364abe5510c parent 8707fe8af62dbe5112700ece3e56a1eeb1ecb948 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Sun, 19 Jul 2015 21:07:40 +0200 Ignore *.o files Diffstat:
M | cc1/.gitignore | | | 1 | + |
M | cc2/.gitignore | | | 1 | + |
M | lib/.gitignore | | | 1 | + |
3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/cc1/.gitignore b/cc1/.gitignore @@ -1 +1,2 @@ cc1 +*.o diff --git a/cc2/.gitignore b/cc2/.gitignore @@ -1,2 +1,3 @@ cc2 error.h +*.o diff --git a/lib/.gitignore b/lib/.gitignore @@ -1 +1,2 @@ libcc.a +*.o