]> git.ozlabs.org Git - ppp.git/blob - .gitignore
pppd: Fix IPv6 compatibility with older kernel versions (#301)
[ppp.git] / .gitignore
1 *.orig
2 *~
3 *.o
4 *.so
5 *.a
6 *.pc
7 *.cat8
8 *.lo
9 *.la
10 *.swp
11 .deps
12 .libs
13
14
15 # http://www.gnu.org/software/autoconf
16 autom4te.cache
17 /autoscan.log
18 /autoscan-*.log
19 /aclocal.m4
20 /compile
21 /config.cache
22 /config.guess
23 /config.log
24 /config.status
25 /config.sub
26 /configure
27 /configure.scan
28 /depcomp
29 /install-sh
30 /missing
31 /INSTALL
32 /pppd/stamp-h1
33 /pppd/stamp-h2
34 /pppd/config.h
35 /pppd/config.h.in
36 /pppd/pppdconf.h
37
38 # https://www.gnu.org/software/libtool/
39 /libtool
40 /ltmain.sh
41
42 # http://www.gnu.org/software/m4/
43 m4/libtool.m4
44 m4/ltoptions.m4
45 m4/ltsugar.m4
46 m4/ltversion.m4
47 m4/lt~obsolete.m4
48
49 # Generated Makefile
50 Makefile
51 Makefile.in
52
53 # Distfiles
54 /ppp-*.tar.gz