.gitignore files

Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
Kakadu 2020-10-03 00:27:45 +03:00
parent 8f01e5eb5b
commit 64d49ccd01
5 changed files with 15 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,5 +1,7 @@
*~
*.cmi
*.cmx
*.cmo
*.o
.merlin

4
bench/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
/bench.exe
/Pprint_gt.ml
/Pprint_default.ml

2
runtime/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*.a

4
src/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
.depend
lamac
lamac.byte

3
stdlib/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
*.i
*.s