]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Rearrange .gitattribes and add a filter=output attribute to output files 11383/head
authorMatthias Maier <tamiko@43-1.org>
Wed, 16 Dec 2020 18:06:57 +0000 (12:06 -0600)
committerMatthias Maier <tamiko@43-1.org>
Fri, 5 Feb 2021 07:52:59 +0000 (01:52 -0600)
This change alone does nothing but helps to set up custom smudge/clean
filters for all of our output files

In reference to #11375

.gitattributes

index 0a8c451a1a0244d9f1108473161b14d2d30f88d6..fadb6b76bb45af87943750c71f95cc591fe26d9c 100644 (file)
@@ -1,17 +1,37 @@
-/.github/ export-ignore
-/cmake/scripts/run_test.sh text eol=lf
-/contrib/ci/ export-ignore
-/tests/* export-ignore
-/tests/CMakeLists.txt -export-ignore
-/tests/quick_tests -export-ignore
-/tests/run_test.cmake -export-ignore
-/tests/tests.h -export-ignore
-/tests/**/*output text eol=lf
+#
+# do not include the following files in tarballs created via git-export:
+#
+
 .clang-format export-ignore
 .clang-tidy export-ignore
 .codecov.yml export-ignore
+/contrib/ci/ export-ignore
 .gitattributes export-ignore
 .gitignore export-ignore
+Jenkinsfile export-ignore
 .mailmap export-ignore
 .travis.yml export-ignore
-Jenkinsfile export-ignore
+
+/.github/ export-ignore
+
+/tests/* export-ignore
+/tests/CMakeLists.txt -export-ignore
+/tests/quick_tests -export-ignore
+/tests/run_test.cmake -export-ignore
+/tests/tests.h -export-ignore
+
+#
+# MSVC compatiblity
+#
+
+/cmake/scripts/run_test.sh text eol=lf
+/tests/**/*.output* text eol=lf
+
+#
+# Declare a number of filter attributes
+#
+
+tests/**/*.output filter=test-output
+bundled/**/* filter=bundled-files
+bundled/CMakeLists.txt -filter=bundled-files
+bundled/setup_bundled.cmake -filter=bundled-files

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.