swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63
Raw File
Tip revision: 9a12a76855cdcaf41a6e9c0f501c0e7222de49c2 authored by Eric Fischer on 17 November 2017, 23:47:10 UTC
Fix overflow when iterating through 0-length lists backwards
Tip revision: 9a12a76
.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