blob: ea08acd5610ad1236a4f27f0064509fffa3520be [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
Keith Burns (alagalah)66ba6c42016-07-21 06:12:13 -070011/build-root/deb/debian/vpp-plugins/
Keith Burns (alagalah)0edbef72017-08-29 11:16:32 -070012/build-root/deb/.pybuild/
Ed Warnickecb9cada2015-12-08 15:45:58 -070013/build-root/*.deb
Ed Warnicke84eda9d2016-03-22 16:09:29 -050014/build-root/*.rpm
Renato Botelho do Coutoe266ea32017-11-30 15:41:22 -060015/build-root/*.tar.xz
Ed Warnickecb9cada2015-12-08 15:45:58 -070016/build-root/*.changes
Renato Botelho do Coutoe266ea32017-11-30 15:41:22 -060017/build-root/rpmbuild/
Klement Sekera277b89c2016-10-28 13:20:27 +020018/build-root/test-doc/
Juraj Sloboda0279b292016-11-16 19:50:24 +010019/build-root/test-cov/
Klement Sekeraa0bc3912016-11-01 12:33:40 +010020/build-root/python/
Klement Sekera8f2a4ea2017-05-04 06:15:18 +020021/build-root/vapi_test/
Neale Ranns812ed392017-10-16 04:20:13 -070022/build-root/vom_test/
Ed Warnickecb9cada2015-12-08 15:45:58 -070023/build-config.mk
24/dpdk/*.tar.gz
Keith Burns (alagalah)07929f22016-06-14 09:10:53 -070025/dpdk/*.tar.xz
Keith Burns (alagalah)6f670492017-08-22 06:55:31 -070026/dpdk/vpp-dpdk*.deb
27/dpdk/vpp-dpdk*.changes
Ed Warnickecb9cada2015-12-08 15:45:58 -070028/path_setup
29/tools/
Ed Warnicke75a46e22015-12-15 18:28:50 -070030# start autotools ignore
31autom4te.cache/
32config/
33Makefile
34Makefile.in
35aclocal.m4
36app.info
37compile
38config.h
Ed Warnicke75a46e22015-12-15 18:28:50 -070039config.log
40config.guess
41config.sub
42config.status
43configure
44configure.scan
45coverage_report
46depcomp
47install-sh
48libtool
49m4
50missing
51stamp-h1
52ltmain.sh
Damjan Marion7d08f562015-12-23 12:23:54 +010053ylwrap
Filip Tehlar254b0362016-04-07 10:04:34 +020054test-driver
Maros Marsalekccda1782016-02-24 11:30:00 +010055
Maros Marsalekccda1782016-02-24 11:30:00 +010056*.iml
Damjan Marion55f99672018-03-15 19:36:41 +010057.deps.ok
Maros Marsalekccda1782016-02-24 11:30:00 +010058.settings
Keith Burns (alagalah)8a19f122017-08-06 08:26:29 -070059.autotools
Ed Warnicke75a46e22015-12-15 18:28:50 -070060# stop autotools ignore
Keith Burns (alagalah)3e74a8c2016-01-31 20:38:54 +010061
Ole Troan5f9dcff2016-08-01 04:59:13 +020062# OSX and some IDE
Keith Burns (alagalah)3e74a8c2016-01-31 20:38:54 +010063.DS_Store
64.idea/
65.project
Keith Burns (alagalah)516bcfe2017-09-08 10:58:44 -070066.cproject
Marek Gradzki382daf62018-06-20 20:59:00 +020067.pydevproject
Keith Burns (alagalah)516bcfe2017-09-08 10:58:44 -070068.vscode/
Keith Burns (alagalah)df41cf62018-02-06 07:14:41 -080069CMakeLists.txt
70cmake-build*/
Damjan Marioneec8d3e2016-03-17 17:53:03 +010071
72# cscope and ctags
73/cscope.*
74/tags
Neale Ranns0bfe5d82016-08-25 15:29:12 +010075ID
76TAGS
Keith Burns (alagalah)e62c7962016-06-18 12:21:41 -070077# ggtags
78GPATH
79GRTAGS
80GTAGS
Chris Lukeb5850972016-05-03 16:34:59 -040081# Generated documentation
82/build-root/docs
Chris Luke54ccf222016-07-25 16:38:11 -040083/build-root/.doxygen-bootstrap.ok
84/build-root/.doxygen-siphon.dep
Ed Warnickebe053b82016-08-05 11:43:58 -070085
86# indent backup files
87*.BAK
Ed Warnickeadeb7492016-07-11 10:29:41 -070088
89# Python bytecode
90*.pyc
Florin Coras459f4d62016-08-30 11:46:11 +020091
Marek Gradzki46a4d9f2016-10-25 12:17:33 +020092# Python api generator
Damjan Marioncb034b92016-12-28 18:38:59 +010093/src/vpp-api/python/build
94/src/vpp-api/python/dist
95/src/vpp-api/python/vpp_papi.egg-info
Neale Ranns177bbdc2016-11-15 09:46:51 +000096
97# Build files in the test directory
98/test/*.ok
Padraig Connolly69915cb2017-01-10 17:10:39 +000099
100# vppctl command list
101/src/scripts/vppctl-cmd-list
Keith Burns (alagalah)e1584a62017-12-14 08:25:05 -0800102
103# No core files
104**/core