From 4e17b66cc4abf4bf35245c841dbfb38e05c024df Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 21 Jul 2022 18:31:56 -0400 Subject: [PATCH] update gitattributes update incorrect folders and add some other files --- .gitattributes | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 25ad646daf0..db23fd28883 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,11 @@ # The following files do not need to be in the release tarballs: +.github/ export-ignore .gitattributes export-ignore .gitignore export-ignore -doc/bump_version.sh export-ignore -doc/release-tasklist export-ignore +.gitmodules export-ignore +contrib/release/ export-ignore doc/sphinx/ export-ignore doc/manual/ export-ignore -doc/release-tasklist export-ignore doc/update_parameters.sh export-ignore Jenkinsfile export-ignore .zenodo.json export-ignore @@ -21,4 +21,3 @@ tests/**/*.gnuplot linguist-generated # The world builder code shouldnt' be counted to ASPECT. contrib/world_builder/** linguist-vendored -