-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
33 lines (25 loc) · 926 Bytes
/
.gitattributes
File metadata and controls
33 lines (25 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Auto-detect text files and normalize line endings
* text=auto
# Swift files
*.swift text diff=swift
# C/C++ files
*.c text diff=c
*.h text diff=c
*.cpp text diff=cpp
*.hpp text diff=cpp
# Vendored Boost headers in Sources should be marked as vendored
Sources/*/include/** linguist-vendored
# SPM build stubs (not real source code)
Sources/BoostTestHelpers/** linguist-vendored
Sources/*/src/*.cpp linguist-vendored
# Vendor/development directories
Vendor/** export-ignore linguist-vendored
.build/** export-ignore
.swiftpm/** export-ignore
# CI/CD and tooling configs
subtree.yaml export-ignore
# Git and editor files
.gitignore export-ignore
.DS_Store export-ignore
# Package lockfile (not needed for library consumers)
Package.resolved export-ignore linguist-generated