Update .gitattributes
Apparently assigning an attribute to a directory does not work, so add double-star wildcards. I'm not sure if it's necessary for *.spec but I added it there too, just in case.
This commit is contained in:
6
.gitattributes
vendored
6
.gitattributes
vendored
@@ -1,4 +1,4 @@
|
||||
*.spec -linguist-detectable
|
||||
src/fileio/gzstream/ linguist-vendored
|
||||
src/fileio/xml-parser/ linguist-vendored
|
||||
**/*.spec -linguist-detectable
|
||||
src/fileio/gzstream/** linguist-vendored
|
||||
src/fileio/xml-parser/** linguist-vendored
|
||||
src/fileio/xml-parser/tinyprint.* -linguist-vendored
|
||||
|
Reference in New Issue
Block a user