Skip to content

Commit

Permalink
Add .gitattributes to mark generated Rust files as generated (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnbooth authored Jan 13, 2025
1 parent 4bab308 commit 1f72cdd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions crates/cxx-qt-lib/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
# SPDX-FileContributor: Joshua Booth <[email protected]>
#
# SPDX-License-Identifier: MIT OR Apache-2.0

src/core/qlist/qlist_*.rs linguist-generated=true
src/core/qset/qset_*.rs linguist-generated=true
src/core/qvariant/qvariant_*.rs linguist-generated=true
src/core/qvector/qvector_*.rs linguist-generated=true

0 comments on commit 1f72cdd

Please sign in to comment.