From e2a50575c27ede3525132c8c5ec5a4c5954d1ece Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Sat, 1 Aug 2009 12:14:38 -0600 Subject: [PATCH] Add gitignores for locally generated files --- getopt/.gitignore | 3 ++- libctgraphics/.gitignore | 3 ++- libctsim/.gitignore | 3 ++- libctsupport/.gitignore | 3 ++- src/.gitignore | 3 +-- tools/.gitignore | 5 ++--- 6 files changed, 11 insertions(+), 9 deletions(-) diff --git a/getopt/.gitignore b/getopt/.gitignore index bd5fe06..d55e99c 100644 --- a/getopt/.gitignore +++ b/getopt/.gitignore @@ -1,2 +1,3 @@ -Makefile +*.o .deps +lib*.a diff --git a/libctgraphics/.gitignore b/libctgraphics/.gitignore index bd5fe06..d55e99c 100644 --- a/libctgraphics/.gitignore +++ b/libctgraphics/.gitignore @@ -1,2 +1,3 @@ -Makefile +*.o .deps +lib*.a diff --git a/libctsim/.gitignore b/libctsim/.gitignore index bd5fe06..d55e99c 100644 --- a/libctsim/.gitignore +++ b/libctsim/.gitignore @@ -1,2 +1,3 @@ -Makefile +*.o .deps +lib*.a diff --git a/libctsupport/.gitignore b/libctsupport/.gitignore index bd5fe06..d55e99c 100644 --- a/libctsupport/.gitignore +++ b/libctsupport/.gitignore @@ -1,2 +1,3 @@ -Makefile +*.o .deps +lib*.a diff --git a/src/.gitignore b/src/.gitignore index 021ff97..8e78d6f 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,4 +1,3 @@ -Makefile .deps +*.o ctsim - diff --git a/tools/.gitignore b/tools/.gitignore index 5001684..a0e0278 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,6 +1,5 @@ -Makefile +*.o .deps +lib*.a ctsimtext sample-ctsim.sh - - -- 2.34.1