aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-19 16:17:40 -0300
committerEuAndreh <eu@euandre.org>2021-08-19 16:17:40 -0300
commit733ed4b5ae271eff6eb72101d47c26b2befb31b2 (patch)
treed00703661d8fd5f9640d37092e34cabae8bc3d3b
parentMakefile: Adapt to multiple C sources, generate src/config.h and libgistatic.a (diff)
downloadgistatic-733ed4b5ae271eff6eb72101d47c26b2befb31b2.tar.gz
gistatic-733ed4b5ae271eff6eb72101d47c26b2befb31b2.tar.xz
.gitignore: Add libgistatic.a and src/config.h
Diffstat (limited to '')
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 57d10cc..dc7a5fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,9 @@
/public/
+/src/config.h
/src/gistatic
-*.o
-*.t
+/libgistatic.a
+/src/*.o
+/src/*.t
*.mo
*.po~
/doc/*.1