]> git.ipfire.org Git - thirdparty/util-linux.git/blob - .gitignore
build-sys: use AC_LANG_SOURCE to suppress warnings
[thirdparty/util-linux.git] / .gitignore
1 *~
2 *.[ao]
3 *.static
4 *.so
5 *.lo
6 *.la
7 *.so.*
8 *.pc
9 Makefile
10 aclocal.m4
11 autom4te.cache
12 stamp-h.in
13 Makefile.in
14 configure
15 config.cache
16 config.h
17 config.h.in
18 config.log
19 config.guess
20 config.status
21 config.sub
22 stamp-h
23 stamp-h1
24 update.log
25 m4/*.m4
26 aclocal.m4
27 ABOUT-NLS
28 config.rpath
29 mkinstalldirs
30 compile
31 depcomp
32 install-sh
33 missing
34 libtool
35 cscope.out
36 tags
37 .deps
38 .libs
39 config/ltmain.sh
40
41 # libuuid depends on AX_TLS macro
42 !m4/tls.m4
43
44 # GTK_DOC_CHECK depends on gtk-doc.m4
45 !m4/gtk-doc.m4