diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2022-01-05 13:56:47 +0300 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2022-01-05 17:15:10 +0300 |
commit | ab82bab0154639022c5804a007ddd063ed885f47 (patch) | |
tree | 3f641dbcd65a2bfc5454fa04b5d02ae11790c86a | |
parent | a50dd9ccbe078b6e46f0ca9b9febce8889927f5d (diff) | |
download | libmicrohttpd-ab82bab0154639022c5804a007ddd063ed885f47.tar.gz libmicrohttpd-ab82bab0154639022c5804a007ddd063ed885f47.zip |
root/.gitignore: cleanup
-rw-r--r-- | .gitignore | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -2,7 +2,6 @@ Makefile.in | |||
2 | Makefile | 2 | Makefile |
3 | .deps | 3 | .deps |
4 | .libs | 4 | .libs |
5 | config.rpath | ||
6 | /test-driver | 5 | /test-driver |
7 | /INSTALL | 6 | /INSTALL |
8 | /libmicrohttpd.pc | 7 | /libmicrohttpd.pc |
@@ -22,6 +21,7 @@ config.rpath | |||
22 | /build-aux/mdate-sh | 21 | /build-aux/mdate-sh |
23 | /build-aux/test-driver | 22 | /build-aux/test-driver |
24 | /build-aux/config.guess | 23 | /build-aux/config.guess |
24 | /build-aux/config.rpath | ||
25 | /build-aux/compile | 25 | /build-aux/compile |
26 | /build-aux/missing | 26 | /build-aux/missing |
27 | /exclude | 27 | /exclude |
@@ -29,24 +29,15 @@ config.rpath | |||
29 | /scripts | 29 | /scripts |
30 | /keys | 30 | /keys |
31 | /doc.tmp | 31 | /doc.tmp |
32 | /config.h | ||
33 | /.project | 32 | /.project |
34 | /config.guess | ||
35 | /.cproject | 33 | /.cproject |
36 | /.tgitconfig | 34 | /.tgitconfig |
37 | /configure | 35 | /configure |
38 | /libtool | 36 | /libtool |
39 | /install-sh | ||
40 | /aclocal.m4 | 37 | /aclocal.m4 |
41 | /missing | ||
42 | /config.sub | ||
43 | /config.status | 38 | /config.status |
44 | /compile | ||
45 | /stamp-h1 | 39 | /stamp-h1 |
46 | /.pydevproject | 40 | /.pydevproject |
47 | /config.h.in | ||
48 | /ltmain.sh | ||
49 | /depcomp | ||
50 | /.autotools | 41 | /.autotools |
51 | /.vscode | 42 | /.vscode |
52 | /.settings | 43 | /.settings |