Commit 36b86c3
Ignore .repo directories created by the git-repo tool
git-repo [1] is used to manage multiple Git repositories. The .repo
directory contains the consolidated Git histories of the managed
projects (which are symlinked from the individual projects' .git
repositories), so we should ignore the .repo directory just like the
.git directory.
However, the .repo directory also contains the source code to the
git-repo tool itself. One might argue that this source code should be
picked up during a scan, but then again the code of git-repo is not
integrated into the deliverable / what is being built from the source
code as git-repo is just a VCS tool, so a user is probably not
interested in any license findings in git-repo.
[1] https://code.google.com/p/git-repo/1 parent cc0c972 commit 36b86c3
File tree
3 files changed
+3
-0
lines changed- src/commoncode
- tests/commoncode
- data/ignore
3 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
| 187 | + | |
186 | 188 | | |
187 | 189 | | |
188 | 190 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| |||
0 commit comments