updated gitignore to ignore files generated when executing build.sh

This commit is contained in:
Steffen Jaeckel 2011-01-19 09:21:19 +01:00
parent edf11c62c0
commit 4a8927d5c0

13
.gitignore vendored
View File

@ -1,2 +1,15 @@
# suppress compiler/linker output # suppress compiler/linker output
*.[oa] *.[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