/.vagrant
*.cu
*.o
*.json
*.ppm
.sconsign.dblite
*.pdf
*.cmi
*.cmx
*.cmo
.*.swp

# Generated files
/compiler/generator
/compiler/parser.ml
/compiler/parser.mli
/compiler/scanner.ml

# Test binaries
/test/arrays
/test/complex
/test/control_flow
/test/dotprod
/test/float
/test/functions
/test/hello
/test/inline
/test/length
/test/logic
/test/mandelbrot
/test/map
/test/reduce
/test/strings
/test/vecmult
/test/pfor
/test/time
/bench/mandelbrot-bench
/bench/mandelbrot-cpu
/bench/mandelbrot-gpu
/docs/appendix-a.md
/docs/final-report.md
