Browse Source

updated gitignore to ignore files generated when executing build.sh

Steffen Jaeckel 14 years ago
parent
commit
4a8927d5c0
1 changed files with 13 additions and 0 deletions
  1. 13 0
      .gitignore

+ 13 - 0
.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