aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authoraxtloss <axtlos@getcryst.al>2024-09-26 15:15:16 +0200
committeraxtloss <axtlos@getcryst.al>2024-09-26 15:15:16 +0200
commit27bb394bc0bf2ca66d06931bf1e73a3e20d5741a (patch)
tree99daf5b1fb77c5ad4ee3cb87a7dc5007269e0db5 /.gitignore
parent8996ee7580ed85b42b6399f9f64e29092ce21c41 (diff)
downloadextlib-27bb394bc0bf2ca66d06931bf1e73a3e20d5741a.tar.gz
extlib-27bb394bc0bf2ca66d06931bf1e73a3e20d5741a.tar.bz2
Add author section to manpages
Diffstat (limited to '')
-rw-r--r--.gitignore24
1 files changed, 22 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 3f8c65b..2691824 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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