Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
meta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
meta
Commits
88f49b3b
Commit
88f49b3b
authored
2 years ago
by
Allan Blanchard
Browse files
Options
Downloads
Patches
Plain Diff
Clean gitattributes
parent
71996aeb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitattributes
+28
-46
28 additions, 46 deletions
.gitattributes
with
28 additions
and
46 deletions
.gitattributes
+
28
−
46
View file @
88f49b3b
...
@@ -15,23 +15,8 @@ Changelog merge=union
...
@@ -15,23 +15,8 @@ Changelog merge=union
* check-eoleof check-utf8
* check-eoleof check-utf8
# note: unset "-check-eoleof" and "-check-utf8" for "binary"
# note: unset "-check-eoleof" and "-check-utf8" for "binary"
*.ico binary -check-eoleof -check-utf8
*.icns binary -check-eoleof -check-utf8
*.eps binary -check-eoleof -check-utf8
*.ps binary -check-eoleof -check-utf8
*.gif binary -check-eoleof -check-utf8
*.jpg binary -check-eoleof -check-utf8
*.png binary -check-eoleof -check-utf8
*.svg binary -check-eoleof -check-utf8
*.odg binary -check-eoleof -check-utf8
*.pdf binary -check-eoleof -check-utf8
*.gz binary -check-eoleof -check-utf8
*.gz binary -check-eoleof -check-utf8
*.svg binary -check-eoleof -check-utf8
*.eot binary -check-eoleof -check-utf8
*.woff binary -check-eoleof -check-utf8
###########################################
###########################################
# CHECK-SYNTAX/INDENT/EOL-EOF: set/-unset #
# CHECK-SYNTAX/INDENT/EOL-EOF: set/-unset #
...
@@ -50,22 +35,12 @@ Changelog merge=union
...
@@ -50,22 +35,12 @@ Changelog merge=union
dune-project header_spec=CEA_LGPL_OR_PROPRIETARY.META
dune-project header_spec=CEA_LGPL_OR_PROPRIETARY.META
dune header_spec=CEA_LGPL_OR_PROPRIETARY.META
dune header_spec=CEA_LGPL_OR_PROPRIETARY.META
makefile* header_spec=CEA_LGPL_OR_PROPRIETARY.META
Make* header_spec=CEA_LGPL_OR_PROPRIETARY.META
Make* header_spec=CEA_LGPL_OR_PROPRIETARY.META
*.mk header_spec=CEA_LGPL_OR_PROPRIETARY.META
*.ml header_spec=CEA_LGPL_OR_PROPRIETARY.META
*.ml header_spec=CEA_LGPL_OR_PROPRIETARY.META
*.ml.in header_spec=CEA_LGPL_OR_PROPRIETARY.META
*.mli header_spec=CEA_LGPL_OR_PROPRIETARY.META
*.mli header_spec=CEA_LGPL_OR_PROPRIETARY.META
*.mli.in header_spec=CEA_LGPL_OR_PROPRIETARY.META
*.mll header_spec=CEA_LGPL_OR_PROPRIETARY.META
*.mly header_spec=CEA_LGPL_OR_PROPRIETARY.META
*.sh header_spec=CEA_LGPL_OR_PROPRIETARY.META
*.tex header_spec=CEA_LGPL_OR_PROPRIETARY.META
*.txt header_spec=CEA_LGPL_OR_PROPRIETARY.META
*.txt header_spec=CEA_LGPL_OR_PROPRIETARY.META
*.why header_spec=CEA_LGPL_OR_PROPRIETARY.META
*.why header_spec=CEA_LGPL_OR_PROPRIETARY.META
/share/run.pl header_spec=CEA_LGPL_OR_PROPRIETARY.META
/share/run.pl header_spec=CEA_LGPL_OR_PROPRIETARY.META
...
@@ -91,39 +66,46 @@ Make* header_spec=CEA_LGPL_OR_PROPRIETARY.META
...
@@ -91,39 +66,46 @@ Make* header_spec=CEA_LGPL_OR_PROPRIETARY.META
# Binaries
# Binaries
*.gz header_spec=.ignore
*.gz header_spec=.ignore
*.jpg header_spec=.ignore
*.svg header_spec=.ignore
*.svg header_spec=.ignore
*.pdf header_spec=.ignore
# Text
# CI
.gitattributes header_spec=.ignore
.gitignore header_spec=.ignore
.gitkeep header_spec=.ignore
.git-blame-ignore-revs header_spec=.ignore
.gitlab-ci.yml header_spec=.ignore
.merlin header_spec=.ignore
.ocp-indent header_spec=.ignore
/.gitlab-ci.yml header_spec=.ignore
/nix/ci.sh header_spec=.ignore
*.nix header_spec=.ignore
*.nix header_spec=.ignore
*.cls header_spec=.ignore
*.opam* header_spec=.ignore
README* header_spec=.ignore
ci.sh header_spec=.ignore
# Doc
CHANGELOG.md header_spec=.ignore
CHANGELOG.md header_spec=.ignore
LICENSE header_spec=.ignore
LICENSE header_spec=.ignore
SETLOG_LICENSE header_spec=.ignore
SETLOG_LICENSE header_spec=.ignore
README* header_spec=.ignore
TODO.md header_spec=.ignore
TODO.md header_spec=.ignore
VERSION header_spec=.ignore
VERSION header_spec=.ignore
why3session.xml header_spec=.ignore
# Git
.gitattributes header_spec=.ignore
.gitignore header_spec=.ignore
.git-blame-ignore-revs header_spec=.ignore
# Headers
/headers/open-source/* header_spec=.ignore
/headers/open-source/* header_spec=.ignore
/headers/close-source/* header_spec=.ignore
/headers/close-source/* header_spec=.ignore
/tests/**/* header_spec=.ignore
# OCaml
.merlin header_spec=.ignore
.ocp-indent header_spec=.ignore
*.opam* header_spec=.ignore
# Proofs
/case_studies/**/* header_spec=.ignore
/proofs/meta_model/**/*.v header_spec=.ignore
/proofs/meta_model/**/*.v header_spec=.ignore
why3session.xml header_spec=.ignore
# Tests
/case_studies/**/* header_spec=.ignore
/tests/**/* header_spec=.ignore
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