blob: 61c407ff8574f2e5775a0dae416018b988af71df [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/
Juraj Sloboda0279b292016-11-16 19:50:24 +010017/build-root/test-cov/
Klement Sekeraa0bc3912016-11-01 12:33:40 +010018/build-root/python/
Ed Warnickecb9cada2015-12-08 15:45:58 -070019/build-config.mk
20/dpdk/*.tar.gz
Keith Burns (alagalah)07929f22016-06-14 09:10:53 -070021/dpdk/*.tar.xz
Ed Warnickecb9cada2015-12-08 15:45:58 -070022/path_setup
23/tools/
Ed Warnicke75a46e22015-12-15 18:28:50 -070024# start autotools ignore
25autom4te.cache/
26config/
27Makefile
28Makefile.in
29aclocal.m4
30app.info
31compile
32config.h
33config.h.in
34config.log
35config.guess
36config.sub
37config.status
38configure
39configure.scan
40coverage_report
41depcomp
42install-sh
43libtool
44m4
45missing
46stamp-h1
47ltmain.sh
Damjan Marion7d08f562015-12-23 12:23:54 +010048ylwrap
Filip Tehlar254b0362016-04-07 10:04:34 +020049test-driver
Maros Marsalekccda1782016-02-24 11:30:00 +010050
51.cproject
52*.iml
53.bootstrap.ok
54.settings
Ed Warnicke75a46e22015-12-15 18:28:50 -070055# stop autotools ignore
Keith Burns (alagalah)3e74a8c2016-01-31 20:38:54 +010056
Ole Troan5f9dcff2016-08-01 04:59:13 +020057# OSX and some IDE
Keith Burns (alagalah)3e74a8c2016-01-31 20:38:54 +010058.DS_Store
59.idea/
60.project
Damjan Marioneec8d3e2016-03-17 17:53:03 +010061
62# cscope and ctags
63/cscope.*
64/tags
Neale Ranns0bfe5d82016-08-25 15:29:12 +010065ID
66TAGS
Keith Burns (alagalah)e62c7962016-06-18 12:21:41 -070067# ggtags
68GPATH
69GRTAGS
70GTAGS
Chris Lukeb5850972016-05-03 16:34:59 -040071# Generated documentation
72/build-root/docs
Chris Luke54ccf222016-07-25 16:38:11 -040073/build-root/.doxygen-bootstrap.ok
74/build-root/.doxygen-siphon.dep
Ed Warnickebe053b82016-08-05 11:43:58 -070075
76# indent backup files
77*.BAK
Ed Warnickeadeb7492016-07-11 10:29:41 -070078
79# Python bytecode
80*.pyc
Florin Coras459f4d62016-08-30 11:46:11 +020081
Marek Gradzki46a4d9f2016-10-25 12:17:33 +020082# Python api generator
Damjan Marioncb034b92016-12-28 18:38:59 +010083/src/vpp-api/python/build
84/src/vpp-api/python/dist
85/src/vpp-api/python/vpp_papi.egg-info
86/src/vpp-api/python/vpp_papi/memclnt.py
87/src/vpp-api/python/vpp_papi/vpe.py
Neale Ranns177bbdc2016-11-15 09:46:51 +000088
89# Build files in the test directory
90/test/*.ok