Skip to content

Commit

Permalink
ENH: Avoid adding source files to git annex. (freesurfer#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmjohnson authored Sep 20, 2020
1 parent f5d43e9 commit 005bac5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 005bac5

Please sign in to comment.