]> git.ipfire.org Git - thirdparty/util-linux.git/blob - .gitignore
merge coreutils' last GPL2 version of su.c
[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 INSTALL
34 missing
35 libtool
36 cscope.out
37 tags
38 .deps
39 .libs
40 .tarball-version
41 .version
42 config/ltmain.sh
43
44 # libuuid depends on AX_TLS macro
45 !m4/tls.m4
46
47 # GTK_DOC_CHECK depends on gtk-doc.m4
48 !m4/gtk-doc.m4
49
50 # util-linux specific macros
51 !m4/ul.m4