Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
801fde05
Commit
801fde05
authored
5 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
[MdR] ignore generated API module
parent
eb6f852a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
src/plugins/markdown-report/Makefile
+1
-1
1 addition, 1 deletion
src/plugins/markdown-report/Makefile
with
2 additions
and
1 deletion
.gitignore
+
1
−
0
View file @
801fde05
...
@@ -209,3 +209,4 @@ hello-*.tar.gz
...
@@ -209,3 +209,4 @@ hello-*.tar.gz
/tests/crowbar/integer_bb_pretty
/tests/crowbar/integer_bb_pretty
/src/plugins/gui/dgraph_helper.ml
/src/plugins/gui/dgraph_helper.ml
/doc/doxygen
/doc/doxygen
/src/plugins/markdown-report/Report_markdown.mli
This diff is collapsed.
Click to expand it.
src/plugins/markdown-report/Makefile
+
1
−
1
View file @
801fde05
...
@@ -5,7 +5,7 @@ endif
...
@@ -5,7 +5,7 @@ endif
Report_markdown_VERSION
:=
0.1~beta
Report_markdown_VERSION
:=
0.1~beta
PLUGIN_NAME
:=
Report_markdown
PLUGIN_NAME
:=
Report_markdown
PLUGIN_GENERATED
:=
$(
PLUGIN_DIR
)
/mdr_version.ml
PLUGIN_GENERATED
:=
$(
PLUGIN_DIR
)
/mdr_version.ml
$(
PLUGIN_DIR
)
/Report_markdown.mli
PLUGIN_CMO
:=
\
PLUGIN_CMO
:=
\
sarif mdr_version mdr_params parse_remarks
\
sarif mdr_version mdr_params parse_remarks
\
eva_coverage md_gen sarif_gen mdr_register
eva_coverage md_gen sarif_gen mdr_register
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment