Skip to content

Commit 50255f9

Browse files
committed
Add gitattributes to exclude test directory for languages
Signed-off-by: Jiyeong Seok <[email protected]>
1 parent 367c357 commit 50255f9

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)