diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2022-10-13 00:05:05 +0200 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2022-10-13 00:05:05 +0200 |
| commit | 9c6917a866bd7736001b88e10f20e0e35ec7e977 (patch) | |
| tree | 60e5b59e6b9c57d334fb7f81cefcf46c7a7dd47e /.gitignore | |
| parent | 7118692e506f9698a77c7cceea3b1dd47bb4b99a (diff) | |
Move from make(1) to tup(1)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ .aspell.en.prepl -*.[ao] -*.so man/*.bak +src/* +!src/*.[ch] +!src/Tupfile |