Skip to content

Commit 1f72cdd

Browse files
authored
Add .gitattributes to mark generated Rust files as generated (#1150)
1 parent 4bab308 commit 1f72cdd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

crates/cxx-qt-lib/.gitattributes

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
2+
# SPDX-FileContributor: Joshua Booth <[email protected]>
3+
#
4+
# SPDX-License-Identifier: MIT OR Apache-2.0
5+
6+
src/core/qlist/qlist_*.rs linguist-generated=true
7+
src/core/qset/qset_*.rs linguist-generated=true
8+
src/core/qvariant/qvariant_*.rs linguist-generated=true
9+
src/core/qvector/qvector_*.rs linguist-generated=true

0 commit comments

Comments
 (0)