https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 03577cf96737213f3f74a68c522a0b0abc332a54 authored by Eric Fischer on 12 February 2018, 20:53:32 UTC
Merge pull request #529 from mapbox/files-left-open
Tip revision: 03577cf
.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
unit

# Vim
*.swp

# Mac 
.DS_Store
back to top