Skip to content

Commit f57ebec

Browse files
committed
Exclude raw Makefiles & gasnet from release tgzs
- Only include officially supported CMake base build for end users - Of course this includes the "easy mode" shell script that wraps CMake - Exclude the src/gasnet dir from release archives because MPI is the current official backend. Only advanced users should try the gasnet version which is probably quite stale.
1 parent 62bf1a8 commit f57ebec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ developer-scripts export-ignore
3232
codecov.yml export-ignore
3333
*.enc export-ignore
3434
.github export-ignore
35+
makefile export-ignore
36+
Makefile export-ignore
37+
make.inc* export-ignore
38+
src/gasnet export-ignore
3539

3640
# Perform substitutions when `git export`ing these files
3741
.VERSION export-subst

0 commit comments

Comments
 (0)