where-simd-helps/.gitignore

41 lines
534 B
Plaintext

# Build outputs
harness/build/
results/
# Compiled binaries (analysis tools, when written)
analysis/target/
analysis/build/
*.o
*.a
*.so
# Algorithm submodule build artifacts
algorithms/*/build/
algorithms/*/Makefile
algorithms/**/*.o
# Generated data (re-runnable)
data/objdump/
# LaTeX build artifacts
paper/*.aux
paper/*.log
paper/*.out
paper/*.toc
paper/*.bbl
paper/*.blg
paper/*.fls
paper/*.fdb_latexmk
paper/*.synctex.gz
paper/*.pdf
# Personal reference docs
ROADMAP.md
IDEATION.md
# OS / editor
.DS_Store
.idea/
*.swp
*~