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