https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 071b4efdab40cf5da6528e8c8ce1f8b3b8bbf952 authored by Eric Fischer on 16 August 2017, 22:23:29 UTC
Merge pull request #451 from mapbox/no-tile-stats
Tip revision: 071b4ef
.gitignore
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Autogenerated dependencies
*.d

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
tippecanoe
tile-join
tippecanoe-decode
tippecanoe-enumerate
unit

# Vim
*.swp

# Mac 
.DS_Store
back to top