Skip to content

Commit 975c595

Browse files
committed
[skip ci] add bages and compiles.log to the gitignore
1 parent 7ce50dd commit 975c595

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
Manifest.toml
2+
compiles.log

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ API for Matlab's language core functions
33

44
[![Dev Doc](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliamatlab.github.io/MatLang/dev)
55
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
6-
![Build Status (Github Actions)](https://github.com/aminya/MatLang/workflows/CI/badge.svg)
6+
![CI](https://github.com/juliamatlab/MatLang/workflows/CI/badge.svg)
7+
![SnoopCompile](https://github.com/juliamatlab/MatLang/workflows/SnoopCompile/badge.svg)
78
[![Test Coverage](https://codecov.io/gh/aminya/MatLang/branch/master/graph/badge.svg)](https://codecov.io/gh/aminya/MatLang)
89

10+
911
# Documentation
1012
[![Dev Doc](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliamatlab.github.io/MatLang/dev)
1113

0 commit comments

Comments
 (0)