Updating gitignore for generated plugins folder
[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/debian/vpp-plugins/
12 /build-root/*.deb
13 /build-root/*.rpm
14 /build-root/*.changes
15 /build-config.mk
16 /vpp-api/python/vpp_papi/vpp_papi.py
17 /dpdk/*.tar.gz
18 /dpdk/*.tar.xz
19 /path_setup
20 /tools/
21 # start autotools ignore
22 autom4te.cache/
23 config/
24 Makefile
25 Makefile.in
26 aclocal.m4
27 app.info
28 compile
29 config.h
30 config.h.in
31 config.log
32 config.guess
33 config.sub
34 config.status
35 configure
36 configure.scan
37 coverage_report
38 depcomp
39 install-sh
40 libtool
41 m4
42 missing
43 stamp-h1
44 ltmain.sh
45 ylwrap
46 test-driver
47
48 .cproject
49 *.iml
50 .bootstrap.ok
51 .settings
52 # stop autotools ignore
53
54 # OSX and some IDE 
55 .DS_Store
56 .idea/
57 .project
58
59 # cscope and ctags
60 /cscope.*
61 /tags
62 # ggtags
63 GPATH
64 GRTAGS
65 GTAGS
66
67 # Generated documentation
68 /build-root/docs