diff options
author | axtloss <axtlos@getcryst.al> | 2024-09-26 15:15:16 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-09-26 15:15:16 +0200 |
commit | 27bb394bc0bf2ca66d06931bf1e73a3e20d5741a (patch) | |
tree | 99daf5b1fb77c5ad4ee3cb87a7dc5007269e0db5 /.gitignore | |
parent | 8996ee7580ed85b42b6399f9f64e29092ce21c41 (diff) | |
download | extlib-27bb394bc0bf2ca66d06931bf1e73a3e20d5741a.tar.gz extlib-27bb394bc0bf2ca66d06931bf1e73a3e20d5741a.tar.bz2 |
Add author section to manpages
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -1,6 +1,26 @@ *.so *.o *.pc -*# +*#* *.~undo-tree~ -*~
\ No newline at end of file +*~ +*lo +*la +config.* +depcomp +install-sh +libtool +ltmain.sh +aclocal.m4 +ar-lib +autom4te.cache +compile +configure +m4/ +missing +Makefile +Makefile.in +src/.deps/ +src/.libs/ +stamp-h1 +tests/test
\ No newline at end of file |