]> git.ozlabs.org Git - ppp.git/blob - .gitignore
Merge pull request #354 from pali/register-with-name
[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 /test-driver
31 /missing
32 /INSTALL
33 /pppd/stamp-h1
34 /pppd/stamp-h2
35 /pppd/config.h
36 /pppd/config.h.in
37 /pppd/pppdconf.h
38 /pppd/plugins/pppoe/config.h
39 /pppd/plugins/pppoe/stamp-h3
40
41 # https://www.gnu.org/software/libtool/
42 /libtool
43 /ltmain.sh
44
45 # http://www.gnu.org/software/m4/
46 m4/libtool.m4
47 m4/ltoptions.m4
48 m4/ltsugar.m4
49 m4/ltversion.m4
50 m4/lt~obsolete.m4
51
52 # Generated Makefile
53 Makefile
54 Makefile.in
55
56 # Test related stuff
57 utest_*
58 test-suite.log
59
60 # Distfiles
61 /ppp-*.tar.gz