0
This repository has been archived on 2025-04-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Minecraft-Overviewer/.gitignore
2011-03-21 09:00:08 -04:00

28 lines
393 B
Plaintext

*.pyc
build
terrain.png
cachedir*
# vim swap files
.*.swp
# user-provided settings file
settings.py
# header files that may be copied over, if missing
ImPlatform.h
Imaging.h
# various forms of compiled c_overviewer extensions
c_overviewer.so
c_overviewer.pyd
c_overviewer_d.pyd
c_overviewer.dylib
# Mac OS X noise
.DS_Store
#Script files, as users may want their own scripts.
*.sh
*.bat