Revision fcab1da9525095c81da5ff806f402713df2cda6a authored by Eric Fischer on 08 April 2019, 23:33:03 UTC, committed by Eric Fischer on 08 April 2019, 23:33:03 UTC
2 parent s a8a183d + 9d06af9
Raw File
.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