diff options
author | June McEnroe <june@causal.agency> | 2020-05-18 16:45:23 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-05-19 13:08:43 -0400 |
commit | b0e371c63359ce326371bb039fd79afe4b7f18c7 (patch) | |
tree | eb6296c6df0de26b03d729c74e9038aef19f3e36 /.gitignore | |
parent | Add RUNDIR make variable (diff) | |
download | pounce-b0e371c63359ce326371bb039fd79afe4b7f18c7.tar.gz pounce-b0e371c63359ce326371bb039fd79afe4b7f18c7.zip |
Rewrite build and install to be more amenable to packaging
Hopefully. Trying to write a FreeBSD port against this.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 9d34433..6c8280c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,9 @@ +*.1.gz *.conf *.o -/calico -/pounce +calico config.mk localhost.crt localhost.key -rc.d/calico -rc.d/pounce +pounce tags |