Skip to content
Snippets Groups Projects
Commit ac0c67d2 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

gitattributes: indicate attributes to ignore when importing

parent 9f6ffaff
No related branches found
No related tags found
No related merge requests found
.git* export-ignore
# import off
.gitattributes -export-ignore
.hooks* export-ignore
......@@ -9,6 +10,7 @@
/*.sh export-ignore eol=lf
/*.bash export-ignore eol=lf
/.clang-format export-ignore
# import on
*.c our-c-style
*.c.in our-c-style
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment