Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 1 | *~ |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 2 | /build-root/.ccache |
3 | /build-root/build-*/ | ||||
4 | /build-root/install-*/ | ||||
5 | /build-root/tools | ||||
Dave Barach | 7457422 | 2016-02-01 12:05:52 -0500 | [diff] [blame] | 6 | /build-root/dpdk-includes/ |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 7 | /build-root/packages-vpp/ |
8 | /build-root/path_setup | ||||
9 | /build-root/build-config.mk | ||||
10 | /build-root/*.deb | ||||
Ed Warnicke | 84eda9d | 2016-03-22 16:09:29 -0500 | [diff] [blame^] | 11 | /build-root/*.rpm |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 12 | /build-root/*.changes |
13 | /build-config.mk | ||||
14 | /dpdk/*.tar.gz | ||||
15 | /path_setup | ||||
16 | /tools/ | ||||
Ed Warnicke | 75a46e2 | 2015-12-15 18:28:50 -0700 | [diff] [blame] | 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 | ||||
Damjan Marion | 7d08f56 | 2015-12-23 12:23:54 +0100 | [diff] [blame] | 41 | ylwrap |
Maros Marsalek | ccda178 | 2016-02-24 11:30:00 +0100 | [diff] [blame] | 42 | |
43 | .cproject | ||||
44 | *.iml | ||||
45 | .bootstrap.ok | ||||
46 | .settings | ||||
Ed Warnicke | 75a46e2 | 2015-12-15 18:28:50 -0700 | [diff] [blame] | 47 | # stop autotools ignore |
Keith Burns (alagalah) | 3e74a8c | 2016-01-31 20:38:54 +0100 | [diff] [blame] | 48 | |
49 | # OSX and some IDE | ||||
50 | .DS_Store | ||||
51 | .idea/ | ||||
52 | .project | ||||
Damjan Marion | eec8d3e | 2016-03-17 17:53:03 +0100 | [diff] [blame] | 53 | |
54 | # cscope and ctags | ||||
55 | /cscope.* | ||||
56 | /tags |