Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
HermitCore
libhermit-rs
Commits
84607d9f
Commit
84607d9f
authored
Jun 03, 2020
by
Stefan Lankes
Browse files
add .gitattributes to the list of exclude files
parent
fa2103b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cargo.toml
View file @
84607d9f
...
...
@@ -15,7 +15,7 @@ edition = "2018"
description
=
"""
A Rust-based library operting system
"""
exclude
=
[
"/img/*"
,
"./CMakeLists.txt"
,
"/.travis.yml"
,
"/.gitlab-ci.yml"
,
".gitignore"
,
"/.vscode/*"
,
"/.github/*"
]
exclude
=
[
"/img/*"
,
"./CMakeLists.txt"
,
"/.travis.yml"
,
"/.gitlab-ci.yml"
,
".gitignore"
,
".gitattributes"
,
"/.vscode/*"
,
"/.github/*"
]
[badges]
travis-ci
=
{
repository
=
"hermitcore/libhermit-rs"
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment