robmcmullen / omnivore

Hex editor and debugging emulator, sponsored by the Player/Missile Podcast
Mozilla Public License 2.0
53 stars 7 forks source link

Add More Exclusions to .gitignore #259

Closed TikiBill closed 4 years ago

TikiBill commented 4 years ago

The following lines should probably be added to .gitignore (some are Windows build specific) so that git status does not show build artifacts:

*.pdb
*.pyc
*.pyd
*.obj
*.lib
*.exp