diff options
| author | David Faulkner <[email protected]> | 2026-08-05 23:25:25 -0500 |
|---|---|---|
| committer | David Faulkner <[email protected]> | 2026-08-05 23:25:25 -0500 |
| commit | 3d51ff671e0bf079063c6270bbb985bd3d218b34 (patch) | |
| tree | 2d99d81b2e0c1cad6ce119dfc6da5844ed49b3e1 /.gitignore | |
feat: initial commit for ud maintenance utility
- Add C source code for Debian apt update, autoremove, and cleanup tasks
- Add Makefile with build, install, uninstall, and clean targets
- Add README.md with build and usage instructions
- Add MIT license and .gitignore for build artifacts
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9b38572 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Build targets and object files +ud +*.o + +# Editor backup files +*~ +.*.swp |
