mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
update gitignore
This commit is contained in:
parent
9e2e7fdfd4
commit
a0d0a17acf
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -1,8 +1,10 @@
|
|||
# suppress compiler/linker output
|
||||
*.[oa]
|
||||
*.obj
|
||||
*.l[oa]
|
||||
[Dd]ebug/
|
||||
[Rr]elease/
|
||||
.libs/
|
||||
|
||||
# suppress output of build process
|
||||
gcc_[12].txt
|
||||
|
|
@ -12,6 +14,12 @@ tv.txt
|
|||
*_tv.txt
|
||||
|
||||
# *nix/windows test executables
|
||||
encrypt
|
||||
encrypt.exe
|
||||
hashsum
|
||||
hashsum.exe
|
||||
small
|
||||
small.exe
|
||||
test
|
||||
test.exe
|
||||
tv_gen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue