Update .gitignore to ignore autotools files
[vpp.git] / .gitignore
1 *~
2 /build-root/.ccache
3 /build-root/build-*/
4 /build-root/install-*/
5 /build-root/tools
6 /build-root/packages-vpp/
7 /build-root/path_setup
8 /build-root/build-config.mk
9 /build-root/*.deb
10 /build-root/*.changes
11 /build-config.mk
12 /dpdk/*.tar.gz
13 /path_setup
14 /tools/
15 # start autotools ignore
16 autom4te.cache/
17 config/
18 Makefile
19 Makefile.in
20 aclocal.m4
21 app.info
22 compile
23 config.h
24 config.h.in
25 config.log
26 config.guess
27 config.sub
28 config.status
29 configure
30 configure.scan
31 coverage_report
32 depcomp
33 install-sh
34 libtool
35 m4
36 missing
37 stamp-h1
38 ltmain.sh
39 # stop autotools ignore