Revision fc335e2221f534ab19067432ee9f862619f5b353 authored by Eric Fischer on 18 June 2019, 00:11:31 UTC, committed by Eric Fischer on 18 June 2019, 00:50:25 UTC
1 parent b550c7b
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