Skip to content

Commit 8989751

Browse files
authored
Merge pull request #52 from fosslight/develop
Add gitattributes to exclude test directory for languages
2 parents 374be04 + 50255f9 commit 8989751

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Apply override to all files in the directory
2+
tests/** linguist-vendored
3+
src/fosslight_dependency/third_party/** linguist-vendored

.reuse/dep5

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,8 @@ License: Apache-2.0
8080

8181
Files: tests/test_carthage/*
8282
Copyright: 2021 LG Electronics
83-
License: Apache-2.0
83+
License: Apache-2.0
84+
85+
Files: .gitattributes
86+
Copyright: 2021 LG Electronics
87+
License: Apache-2.0

0 commit comments

Comments
 (0)