···2323 directories of version control system, backup files (*~)
2424 and some generated files.
25252626-2726 # Inputs
28272928 `name`
···6665 /**
6766 Filters a source tree removing version control files and directories using cleanSourceFilter.
68676969-7068 # Inputs
71697270 `src`
73717472 : 1\. Function argument
7575-76737774 # Examples
7875 :::{.example}
···9693 allowing you to chain multiple calls together without any
9794 intermediate copies being put in the nix store.
98959999-10096 # Examples
10197 :::{.example}
10298 ## `cleanSourceWith` usage example
···143139144140 /**
145141 Add logging to a source, for troubleshooting the filtering behavior.
146146-147142148143 # Inputs
149144···181176 /**
182177 Filter sources by a list of regular expressions.
183178184184-185179 # Inputs
186180187181 `src`
···191185 `regexes`
192186193187 : 2\. Function argument
194194-195188196189 # Examples
197190 :::{.example}
···225218 source directory or its descendants, omitting files that do not match
226219 any suffix. The result of the example below will include files like
227220 `./dir/module.c` and `./dir/subdir/doc.xml` if present.
228228-229221230222 # Inputs
231223···273265 /**
274266 Get the commit id of a git repo.
275267276276-277268 # Inputs
278269279270 `path`
280271281272 : 1\. Function argument
282282-283273284274 # Examples
285275 :::{.example}