commit e47976d5f8a1eb13b75a74b8bd7b34c8fdf1648d parent d3960dec0c54014b6a7072a7646d35ee7cb86533 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Fri, 18 Jul 2014 14:51:18 +0200 Update gitignore files Diffstat:
M | .gitignore | | | 2 | +- |
M | cc1/.gitignore | | | 3 | --- |
A | cc2/.gitignore | | | 1 | + |
A | lib/.gitignore | | | 1 | + |
4 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,2 +1,2 @@ *.o -*.a +build.sh diff --git a/cc1/.gitignore b/cc1/.gitignore @@ -1,4 +1 @@ -*.o -makefile cc1 -TODO diff --git a/cc2/.gitignore b/cc2/.gitignore @@ -0,0 +1 @@ +cc2 diff --git a/lib/.gitignore b/lib/.gitignore @@ -0,0 +1 @@ +libcc.a