Revision e51899314dbf77a2a40a2607cb797ee4af532171 authored by Eric Fischer on 05 April 2019, 22:10:39 UTC, committed by Eric Fischer on 05 April 2019, 22:13:44 UTC
1 parent 18b6473
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