mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
.gitignore files
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
8f01e5eb5b
commit
64d49ccd01
5 changed files with 15 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,5 +1,7 @@
|
|||
*~
|
||||
*.cmi
|
||||
*.cmx
|
||||
*.cmo
|
||||
*.o
|
||||
.merlin
|
||||
|
||||
|
|
|
|||
4
bench/.gitignore
vendored
Normal file
4
bench/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/bench.exe
|
||||
/Pprint_gt.ml
|
||||
/Pprint_default.ml
|
||||
|
||||
2
runtime/.gitignore
vendored
Normal file
2
runtime/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
*.a
|
||||
|
||||
4
src/.gitignore
vendored
Normal file
4
src/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.depend
|
||||
lamac
|
||||
lamac.byte
|
||||
|
||||
3
stdlib/.gitignore
vendored
Normal file
3
stdlib/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
*.i
|
||||
*.s
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue