updated gitignore to ignore files generated when executing build.sh
This commit is contained in:
parent
edf11c62c0
commit
4a8927d5c0
13
.gitignore
vendored
13
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user