swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63
Raw File
Tip revision: c87d6eadfcfcb7b385b0968f47e3934554a1ea1b authored by Eric Fischer on 03 January 2017, 20:18:40 UTC
Associate attributes with the right layer when explicitly tagged (#342)
Tip revision: c87d6ea
.gitignore
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# 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
back to top