Commit 17b34b6
authored
chore: do not carry what is not the package (#2)
Two files were tracked that describe a machine rather than the package: one
editor's settings, and a compilation database whose every entry is an absolute
path on the machine that produced it. Neither is reproducible, neither is read by
anything that builds this package, and both change whenever somebody opens the
directory.
The ignore list is now the same in all six repositories of this project, and it
names what a build produces, what an editor leaves beside the sources, and what a
file browser leaves behind. A repository that carries one editor's settings has
an opinion about editors.1 parent 2bd766b commit 17b34b6
2 files changed
Lines changed: 17 additions & 345 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
| 3 | + | |
2 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
This file was deleted.
0 commit comments