We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02afb5c commit 4e17b66Copy full SHA for 4e17b66
1 file changed
.gitattributes
@@ -1,11 +1,11 @@
1
# The following files do not need to be in the release tarballs:
2
+.github/ export-ignore
3
.gitattributes export-ignore
4
.gitignore export-ignore
-doc/bump_version.sh export-ignore
5
-doc/release-tasklist export-ignore
+.gitmodules export-ignore
6
+contrib/release/ export-ignore
7
doc/sphinx/ export-ignore
8
doc/manual/ export-ignore
9
doc/update_parameters.sh export-ignore
10
Jenkinsfile export-ignore
11
.zenodo.json export-ignore
@@ -21,4 +21,3 @@ tests/**/*.gnuplot linguist-generated
21
22
# The world builder code shouldnt' be counted to ASPECT.
23
contrib/world_builder/** linguist-vendored
24
-
0 commit comments