Add build-root/*.rpm to .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/*.rpm
12 /build-root/*.changes
13 /build-config.mk
14 /dpdk/*.tar.gz
15 /path_setup
16 /tools/
17 # start autotools ignore
18 autom4te.cache/
19 config/
20 Makefile
21 Makefile.in
22 aclocal.m4
23 app.info
24 compile
25 config.h
26 config.h.in
27 config.log
28 config.guess
29 config.sub
30 config.status
31 configure
32 configure.scan
33 coverage_report
34 depcomp
35 install-sh
36 libtool
37 m4
38 missing
39 stamp-h1
40 ltmain.sh
41 ylwrap
42
43 .cproject
44 *.iml
45 .bootstrap.ok
46 .settings
47 # stop autotools ignore
48
49 # OSX and some IDE 
50 .DS_Store
51 .idea/
52 .project
53
54 # cscope and ctags
55 /cscope.*
56 /tags