|
@@ -1,8 +1,10 @@
|
|
# suppress compiler/linker output
|
|
# suppress compiler/linker output
|
|
*.[oa]
|
|
*.[oa]
|
|
*.obj
|
|
*.obj
|
|
|
|
+*.l[oa]
|
|
[Dd]ebug/
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
[Rr]elease/
|
|
|
|
+.libs/
|
|
|
|
|
|
# suppress output of build process
|
|
# suppress output of build process
|
|
gcc_[12].txt
|
|
gcc_[12].txt
|
|
@@ -12,6 +14,12 @@ tv.txt
|
|
*_tv.txt
|
|
*_tv.txt
|
|
|
|
|
|
# *nix/windows test executables
|
|
# *nix/windows test executables
|
|
|
|
+encrypt
|
|
|
|
+encrypt.exe
|
|
|
|
+hashsum
|
|
|
|
+hashsum.exe
|
|
|
|
+small
|
|
|
|
+small.exe
|
|
test
|
|
test
|
|
test.exe
|
|
test.exe
|
|
tv_gen
|
|
tv_gen
|