forked from danos/vyatta-dataplane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
116 lines (110 loc) · 1.54 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
#Dataplane executable
/dataplane
/dataplane_test
# Build results
/obj-*
# Protobuf generated files
protobuf/*.pb.h
protobuf/*.pb-c.[ch]
# Debian rules
build-stamp
# RTE rules
x86_64-vyatta-linuxapp-gcc
_postinstall
_postclean
# Autotools
Makefile.in
/Makefile
/ar-lib
/autom4te.cache
/aclocal.m4
/build_config.*
/compile
/config.*
/configure
/depcomp
/install-sh
/missing
/stamp-h1
/test-driver
/*.trs
/*.log
ylwrap
debian/debhelper-build-stamp
debian/golang-github-danos-vyatta-dataplane-protobuf-dev/
debian/libvyatta-dataplane-proto-dev/
debian/libvyatta-dataplane-proto-support/
debian/libvyatta-dataplane-proto1/
debian/libvyattafal-dev/
debian/vyatta-dataplane-dev/
debian/vyatta-dataplane-sample-plugin/
debian/vyatta-dataplane-test/
debian/libvyatta-jsonw1/
ltmain.sh
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
dynsyms
funcsyms
keep_symbols
mini_debuginfo
# Normal rules
.*
*.o
*.o.*
*.a
*.s
*.ko
*.so
*.so.dbg
*.lo
*.la
*.mod.c
*.i
*.lst
*.symtypes
*.order
modules.builtin
*.elf
*.bin
*.gz
*.bz2
*.lzma
*.xz
*.lzo
*.gcno
*.gcda
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
TAGS
.TAGS
!TAGS/
tags
.tags
!tags/
gtags.files
GTAGS
GRTAGS
GPATH
GSYMS
cscope.files
cscope.out
cscope.in.out
cscope.po.out
# git files that we don't want to ignore even it they are dot-files
!.gitignore
!.gitlint
# don't ignore tool config files
!.checkpatch.conf
*.orig
*.rej
*~
\#*#
#UT executables
/tests/per_file/*_test
#UT coverage files
/*-coverage.info
/*-coverage/
#cppucheck log files
tests/per_file/cpputest_*.xml