swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63
Raw File
Tip revision: e18748e29b1e8874c44a78cb5cd1bd265b8810eb authored by Eric Fischer on 10 October 2018, 22:12:38 UTC
Merge pull request #647 from mapbox/attribute-compare
Tip revision: e18748e
.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
tippecanoe-json-tool
unit

# Tests
tests/**/*.mbtiles
tests/**/*.check

# Vim
*.swp

# Mac
.DS_Store
back to top