Generate jvpp sources in build-root
[vpp.git] / .gitignore
1 *~
2
3 /build-root/.ccache
4 /build-root/build-*/
5 /build-root/install-*/
6 /build-root/tools
7 /build-root/dpdk-includes/
8 /build-root/packages-vpp/
9 /build-root/path_setup
10 /build-root/build-config.mk
11 /build-root/*.deb
12 /build-root/*.rpm
13 /build-root/*.changes
14 /build-config.mk
15 /vpp-api/python/vpp_papi/vpp_papi.py
16 /dpdk/*.tar.gz
17 /path_setup
18 /tools/
19 # start autotools ignore
20 autom4te.cache/
21 config/
22 Makefile
23 Makefile.in
24 aclocal.m4
25 app.info
26 compile
27 config.h
28 config.h.in
29 config.log
30 config.guess
31 config.sub
32 config.status
33 configure
34 configure.scan
35 coverage_report
36 depcomp
37 install-sh
38 libtool
39 m4
40 missing
41 stamp-h1
42 ltmain.sh
43 ylwrap
44 test-driver
45
46 .cproject
47 *.iml
48 .bootstrap.ok
49 .settings
50 # stop autotools ignore
51
52 # OSX and some IDE 
53 .DS_Store
54 .idea/
55 .project
56
57 # cscope and ctags
58 /cscope.*
59 /tags