; parse and match .gitignore files
(library
  (public_name gitignore)
  (name gitignore)
  (wrapped false)
  (libraries
    glob
    profiling
    paths
    logs
  )
  (preprocess (pps
    ppx_deriving.show
    profiling.ppx
  ))
)
