swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63
Raw File
Tip revision: 30858515e322a02f478618bc83b19b1649508e6e authored by Eric Fischer on 27 June 2019, 21:02:57 UTC
Reduce precision to fix test flakiness
Tip revision: 3085851
.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
tests/**/*.geobuf

# Vim
*.swp

# Mac
.DS_Store

# Nodejs
node_modules
back to top