diff options
author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2024-01-17 21:13:48 -0500 |
---|---|---|
committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2024-01-21 09:59:05 -0500 |
commit | b2c4d5b69d64bde980b7b318ef992524921c603b (patch) | |
tree | b3315f039cd1a6c67da571e9ae4ff34326e55018 /.gitignore | |
parent | 6294af2472ff9798f46f01acf49b39f50f0375ec (diff) |
Commit (current) autotools files
Normally, you don't commit generated files to vcs. In this case, we are
doing so because many/most users won't have guile-hall installed, and
we'd rather not force users to install a development dependency when
they can install just autotools.
.gitignore: rh-server && rh-client are built by make
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +# build files +scripts/rh-server +scripts/rh-client + # hall-added files *.eps *.go |