Add unit test infrastructure for LISP protocol
[vpp.git] / .gitignore
1 *~
2 /build-root/.ccache
3 /build-root/build-*/
4 /build-root/install-*/
5 /build-root/tools
6 /build-root/dpdk-includes/
7 /build-root/packages-vpp/
8 /build-root/path_setup
9 /build-root/build-config.mk
10 /build-root/*.deb
11 /build-root/*.rpm
12 /build-root/*.changes
13 /build-config.mk
14 /dpdk/*.tar.gz
15 /path_setup
16 /tools/
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
41 ylwrap
42 test-driver
43
44 .cproject
45 *.iml
46 .bootstrap.ok
47 .settings
48 # stop autotools ignore
49
50 # OSX and some IDE 
51 .DS_Store
52 .idea/
53 .project
54
55 # cscope and ctags
56 /cscope.*
57 /tags