view .hgignore @ 26:6c91cd9a2f2d

include/vec/vec: fix vec_avg implementation now it's exactly the same as AltiVec's
author Paper <paper@tflc.us>
date Mon, 25 Nov 2024 04:43:22 +0000
parents e26874655738
children
line wrap: on
line source

syntax: glob

# stupid OS X things
.DS_Store
._*

# Prerequisites
*.d

# 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

syntax: regexp

# Build dir
^build/
^test/build/