Commit a9244ee
authored
chore: do not carry what is not the package (#3)
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 a51aa1c commit a9244ee
2 files changed
Lines changed: 16 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | | - | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
This file was deleted.
0 commit comments