4
4
mirror of https://github.com/H-uru/korman.git synced 2025-07-14 10:27:36 -04:00
Files
korman/.gitignore
Adam Johnson 3e811f58c1 Implement C korlib
NOTE: This is mostly a curiosity atm. There are many undiagnosed access
violations...
2015-07-17 13:38:04 -04:00

41 lines
399 B
Plaintext

*.py[co]
__pycache__
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
# IDE Stuff
*.komodoproject
*.project
*.pydevproject
# Installer Stuff
installer/Files
installer/korman.exe
# C++ korlib build directory
korlib/build