https://github.com/mapbox/tippecanoe
Raw File
Tip revision: e7f264fa5115a3914d71170f333101f9105685c3 authored by Eric Fischer on 22 August 2017, 22:49:45 UTC
Merge pull request #458 from mapbox/nan-infinity
Tip revision: e7f264f
.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