https://github.com/lorenzhs/fastfilter_cpp
Raw File
Tip revision: 4f35ed7dae783f5b799ef3019728067a027aa48b authored by Lorenz Hübschle-Schneider on 11 September 2021, 13:11:39 UTC
Import changes for BuRR
Tip revision: 4f35ed7
.gitignore
perf.data*
benchmarks/ribbon-results*.txt
benchmarks/**/results_*.txt
benchmarks/log_*
benchmarks/logs_*
auto/
.cache/
*.aux
*.log
*.fls
*.synctex.gz
*.fdb_latexmk

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