Add ignores for all variations of settings.py file names as well as ignores for the MCPatcher compliant pngs
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -6,11 +6,14 @@ Minecraft_Overviewer.egg-info
|
|||||||
terrain.png
|
terrain.png
|
||||||
cachedir*
|
cachedir*
|
||||||
|
|
||||||
|
#MCPatcher HD texture files
|
||||||
|
custom_*.png
|
||||||
|
|
||||||
# vim swap files
|
# vim swap files
|
||||||
.*.swp
|
.*.swp
|
||||||
|
|
||||||
# user-provided settings file
|
# user-provided settings file as well as any variations on that name
|
||||||
settings.py
|
settings*.py
|
||||||
|
|
||||||
# header files that may be copied over, if missing
|
# header files that may be copied over, if missing
|
||||||
ImPlatform.h
|
ImPlatform.h
|
||||||
|
|||||||
Reference in New Issue
Block a user