From 4a8927d5c0792e97a20fdde4108ade8a7a9dc9d7 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Wed, 19 Jan 2011 09:21:19 +0100 Subject: [PATCH] updated gitignore to ignore files generated when executing build.sh --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 418bd3d..8865d02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,15 @@ # suppress compiler/linker output *.[oa] + +# suppress output of build process +gcc_[12].txt +testok.txt +test_*.txt +tv.txt +*_tv.txt + +# *nix/windows test executables +test +test.exe +tv_gen +tv_gen.exe