Commit 5d0e7d6
Thomas Hebb
Make .gitignore more concise and precise
Several of the patterns match files when they should only match
directories, match anywhere in the repo when they should only match at
the root, start with an unneeded `**/`, or a combination of all three.
Fix all such issues as per the .gitignore documentation[1].
[1] https://git-scm.com/docs/gitignore1 parent 9eb7ff8 commit 5d0e7d6
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments