Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,31 @@ Release
Release_Build
Debug_Build
__history

#Ignore files built by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
.vs/
2 changes: 2 additions & 0 deletions app/convbin/convbin.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,9 @@ int main(int argc, char **argv)

signal(SIGINT, sigshut); /* keyboard interrupt */
signal(SIGTERM, sigshut); /* external shutdown signal */
#ifndef WIN32
signal(SIGUSR2, sigshut);
#endif // !WIN32

stat=convbin(format,&opt,ifile,ofile,dir,&intflg,&stream);

Expand Down
19 changes: 0 additions & 19 deletions app/convbin/msc/clean.bat

This file was deleted.

1 change: 0 additions & 1 deletion app/convbin/msc/install.bat

This file was deleted.

20 changes: 0 additions & 20 deletions app/convbin/msc/msc.sln

This file was deleted.

Binary file removed app/convbin/msc/msc.suo
Binary file not shown.
269 changes: 0 additions & 269 deletions app/convbin/msc/msc.vcproj

This file was deleted.

Loading