From 005bac50ab68e9e08ecb8011244fb5b9df8d8a1e Mon Sep 17 00:00:00 2001 From: Hans Johnson Date: Sun, 20 Sep 2020 16:59:41 -0500 Subject: [PATCH] ENH: Avoid adding source files to git annex. (#793) --- .gitattributes | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitattributes b/.gitattributes index ba0e1862616..a36c0261dae 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,26 @@ # Map file extensions to git filters *.h filter=rcs-keywords *.hpp filter=rcs-keywords +*.hxx filter=rcs-keywords *.c filter=rcs-keywords *.cpp filter=rcs-keywords +*.cxx filter=rcs-keywords *.py filter=rcs-keywords *.am filter=rcs-keywords *.m filter=rcs-keywords +*CMakeLists.txt annex.largefiles=nothing +*.h annex.largefiles=nothing +*.hpp annex.largefiles=nothing +*.hxx annex.largefiles=nothing +*.c annex.largefiles=nothing +*.cpp annex.largefiles=nothing +*.cxx annex.largefiles=nothing +*.py annex.largefiles=nothing +*.am annex.largefiles=nothing +*.m annex.largefiles=nothing +*.sh annex.largefiles=nothing +samseg/samseg annex.largefiles=nothing +scripts/fvcompare annex.largefiles=nothing +scripts/recon-all annex.largefiles=nothing +CMakeLists.txt annex.largefiles=nothing +*.cmake annex.largefiles=nothing