https://github.com/au-bios/python-landscapegen
Revision f04e3ac84252ac10aad9bf2b461a52fc169c659f authored by LDalby on 03 December 2014, 18:21:00 UTC, committed by LDalby on 03 December 2014, 18:21:00 UTC
1 parent 9020c0a
Raw File
Tip revision: f04e3ac84252ac10aad9bf2b461a52fc169c659f authored by LDalby on 03 December 2014, 18:21:00 UTC
Minor text changes and rearrangements
Tip revision: f04e3ac
.gitignore
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# =========================
# Operating System Files
# =========================

# OSX
# =========================

.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

*.part
back to top