diff options
author | EuAndreh <eu@euandre.org> | 2021-08-19 16:17:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-19 16:17:40 -0300 |
commit | 733ed4b5ae271eff6eb72101d47c26b2befb31b2 (patch) | |
tree | d00703661d8fd5f9640d37092e34cabae8bc3d3b | |
parent | Makefile: Adapt to multiple C sources, generate src/config.h and libgistatic.a (diff) | |
download | gistatic-733ed4b5ae271eff6eb72101d47c26b2befb31b2.tar.gz gistatic-733ed4b5ae271eff6eb72101d47c26b2befb31b2.tar.xz |
.gitignore: Add libgistatic.a and src/config.h
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,9 @@ /public/ +/src/config.h /src/gistatic -*.o -*.t +/libgistatic.a +/src/*.o +/src/*.t *.mo *.po~ /doc/*.1 |