]> git.ipfire.org Git - thirdparty/util-linux.git/blob - .gitignore
fdisk: (and partx) remove BLKGETLASTSECT
[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 .deps
36 .libs
37
38 # libtool-2 stuff -- temporary added to repository (because libtool-2.x.x is
39 # still not in avaialable in many Linux distributions)
40 !config/ltmain.sh
41 !m4/libtool.m4
42 !m4/ltoptions.m4
43 !m4/ltsugar.m4
44 !m4/ltversion.m4
45 !m4/lt~obsolete.m4