rems-project / linksem

Semantic model for aspects of ELF static linking and DWARF debug information
Other
42 stars 6 forks source link

Ignore OCaml generated files #17

Open xrchz opened 6 years ago

xrchz commented 6 years ago

Building linksem produces lots of {cmi,cmo,cmx,ml,o} files -- could these be gitignored?

emersion commented 6 years ago

Be careful when gitignore-ing .ml files - some are not auto-generated.

Note that using ocamlbuild makes this a little more bearable as all build files are in a separate directory (apart from .ml files produced by Lem).