.gitignore (234B)
1 # OCaml build artifacts 2 *.cmi 3 *.cmx 4 *.cmo 5 *.o 6 *.a 7 *.so 8 *.ml 9 10 # Binaries 11 src/unison 12 src/unison-fsmonitor 13 14 # Build helper and temp files 15 src/Makefile.cfg 16 src/Makefile2.cfg 17 *.tmp 18 19 # Manual pages (if regenerated from source) 20 man/unison.1