-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitattributes
More file actions
27 lines (21 loc) · 899 Bytes
/
.gitattributes
File metadata and controls
27 lines (21 loc) · 899 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
# Git attributes for esys-escript
# Controls which files/directories are excluded from git archive (release tarballs)
# Exclude oxley domain from release tarballs (requires p4est which is difficult to install)
oxley/ export-ignore
# Exclude development/CI files from release tarballs
.github/ export-ignore
.gitignore export-ignore
.gitattributes export-ignore
# Exclude local configuration files (but not templates/)
scons/*_options.py export-ignore
# Exclude Trilinos source (users should install system Trilinos or let build download)
trilinos_source16/ export-ignore
trilinos_source16-2-0/ export-ignore
trilinos_source16_1_0/ export-ignore
trilinos_source_17-0-0-rc1/ export-ignore
trilinos_source_17-0-0/ export-ignore
# Exclude removed/deprecated code
removed_code/ export-ignore
# Exclude development documentation
CLAUDE.md export-ignore
MPI_INITIALIZATION_EXPLAINED.md export-ignore