forked from freesurfer/freesurfer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Avoid adding source files to git annex. (freesurfer#793)
- Loading branch information
1 parent
f5d43e9
commit 005bac5
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |