blob: 126780bb0f5b876268b929cc0a518b245e92cd55 [file] [log] [blame]
Ed Warnickecb9cada2015-12-08 15:45:58 -07001*~
Chris Luke54ccf222016-07-25 16:38:11 -04002*.sw[op]
Marek Gradzkid85036f2016-04-26 12:09:05 +02003
Ed Warnickecb9cada2015-12-08 15:45:58 -07004/build-root/.ccache
5/build-root/build-*/
6/build-root/install-*/
7/build-root/tools
Dave Barach74574222016-02-01 12:05:52 -05008/build-root/dpdk-includes/
Ed Warnickecb9cada2015-12-08 15:45:58 -07009/build-root/packages-vpp/
10/build-root/path_setup
11/build-root/build-config.mk
Keith Burns (alagalah)66ba6c42016-07-21 06:12:13 -070012/build-root/deb/debian/vpp-plugins/
Ed Warnickecb9cada2015-12-08 15:45:58 -070013/build-root/*.deb
Ed Warnicke84eda9d2016-03-22 16:09:29 -050014/build-root/*.rpm
Ed Warnickecb9cada2015-12-08 15:45:58 -070015/build-root/*.changes
Klement Sekera277b89c2016-10-28 13:20:27 +020016/build-root/test-doc/
17/build-roit/python/
Ed Warnickecb9cada2015-12-08 15:45:58 -070018/build-config.mk
19/dpdk/*.tar.gz
Keith Burns (alagalah)07929f22016-06-14 09:10:53 -070020/dpdk/*.tar.xz
Ed Warnickecb9cada2015-12-08 15:45:58 -070021/path_setup
22/tools/
Ed Warnicke75a46e22015-12-15 18:28:50 -070023# start autotools ignore
24autom4te.cache/
25config/
26Makefile
27Makefile.in
28aclocal.m4
29app.info
30compile
31config.h
32config.h.in
33config.log
34config.guess
35config.sub
36config.status
37configure
38configure.scan
39coverage_report
40depcomp
41install-sh
42libtool
43m4
44missing
45stamp-h1
46ltmain.sh
Damjan Marion7d08f562015-12-23 12:23:54 +010047ylwrap
Filip Tehlar254b0362016-04-07 10:04:34 +020048test-driver
Maros Marsalekccda1782016-02-24 11:30:00 +010049
50.cproject
51*.iml
52.bootstrap.ok
53.settings
Ed Warnicke75a46e22015-12-15 18:28:50 -070054# stop autotools ignore
Keith Burns (alagalah)3e74a8c2016-01-31 20:38:54 +010055
Ole Troan5f9dcff2016-08-01 04:59:13 +020056# OSX and some IDE
Keith Burns (alagalah)3e74a8c2016-01-31 20:38:54 +010057.DS_Store
58.idea/
59.project
Damjan Marioneec8d3e2016-03-17 17:53:03 +010060
61# cscope and ctags
62/cscope.*
63/tags
Neale Ranns0bfe5d82016-08-25 15:29:12 +010064ID
65TAGS
Keith Burns (alagalah)e62c7962016-06-18 12:21:41 -070066# ggtags
67GPATH
68GRTAGS
69GTAGS
Chris Lukeb5850972016-05-03 16:34:59 -040070# Generated documentation
71/build-root/docs
Chris Luke54ccf222016-07-25 16:38:11 -040072/build-root/.doxygen-bootstrap.ok
73/build-root/.doxygen-siphon.dep
Ed Warnickebe053b82016-08-05 11:43:58 -070074
75# indent backup files
76*.BAK
Ed Warnickeadeb7492016-07-11 10:29:41 -070077
78# Python bytecode
79*.pyc
Florin Coras459f4d62016-08-30 11:46:11 +020080
Marek Gradzki46a4d9f2016-10-25 12:17:33 +020081# Python api generator
Florin Coras459f4d62016-08-30 11:46:11 +020082/vpp-api/python/build
Marek Gradzki46a4d9f2016-10-25 12:17:33 +020083/vpp-api/python/dist
84/vpp-api/python/vpp_papi.egg-info
85/vpp-api/python/vpp_papi/memclnt.py
86/vpp-api/python/vpp_papi/vpe.py