-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitignore
164 lines (145 loc) · 3.06 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
# ide files and similiar
.idea
build
cmake-build-*
# Setup file
deploy.git
# debuggers and profilers
.gdb_history
*.nvvp
# cmake files
CmakeCache.txt
CMakeFiles
# documentation
docs
# python environment
python/bin/*
python/include/*
python/lib/*
python/share/*
python/pyvenv.cfg
# object files and binaries
playground/**
!playground/**/
!playground*/**/CMakeLists.txt
!playground/**/*.c
!playground/**/*.cl
!playground/**/*.cxx
!playground/**/*.h
!playground/**/*.hpp
!playground/**/*.tpp
!playground/**/*.sh
!playground/*-dependency/glfw
# Explicitly ignore generated headers
playground/ubpf/bpf_ubpf_program.h
playground/libbpf-bootstrap/bpf_bootstrap_program.h
playground/generic-ebpf/bpf_bootstrap_program.h
# object files and binaries
opencsd/**
!opencsd/**/
!opencsd/**/*.c
!opencsd/**/*.cl
!opencsd/**/*.cxx
!opencsd/**/*.h
!opencsd/**/*.hpp
!opencsd/**/*.tpp
!opencsd/**/CMakeLists.txt
# Ignore generated headers
opencsd/bpf_programs/*.h
#dependencies
dependencies/*
!dependencies/*.sh
!dependencies/backward
!dependencies/bpf-examples
!dependencies/CMakeLists.txt
!dependencies/generic-ebpf
!dependencies/fuse-lfs
!dependencies/ftools
!dependencies/libbpf
!dependencies/libfuse
!dependencies/libbpf-bootstrap
!dependencies/linux
!dependencies/linux-510
!dependencies/rocksdb
!dependencies/qemu
!dependencies/qemu-patches
!dependencies/spdk
!dependencies/ubpf
!dependencies/xenium
# test examples and try outs
tests*/**
!tests*/**/
!tests*/**/*.c
!tests*/**/*.cl
!tests*/**/*.cxx
!tests*/**/*.h
!tests*/**/*.hpp
!tests*/**/*.tpp
!tests*/**/CMakeLists.txt
# latex intermediate files
documentation/*
!documentation/**/
!documentation/CMakeLists.txt
!documentation/**/*.bib
!documentation/**/*.tex
!documentation/**/bash/
!documentation/**/images/
!documentation/**/python/
# latex intermediate files
thesis/*
!thesis/CMakeLists.txt
!thesis/**/*.bib
!thesis/**/*.tex
!thesis/**/*.md
!thesis/resources
thesis-old/*
!thesis-old/**/*.tex
# latex intermediate files
compsys2021/*
!compsys2021/**/
!compsys2021/CMakeLists.txt
!compsys2021/narrative.md
!compsys2021/vu-logo.png
!compsys2021/**/*.bib
!compsys2021/**/*.tex
!compsys2021/**/*.sty
!compsys2021/**/bash/
!compsys2021/**/images/
!compsys2021/**/python/
# latex intermediate files
ictopen2022/*
!ictopen2022/**/
!ictopen2022/CMakeLists.txt
!ictopen2022/narrative.md
!ictopen2022/vu-logo.png
!ictopen2022/**/*.bib
!ictopen2022/**/*.tex
!ictopen2022/**/*.sty
!ictopen2022/**/bash/
!ictopen2022/**/images/
!ictopen2022/**/python/
# latex intermediate files
fosdem2023/*
!fosdem2023/**/
!fosdem2023/CMakeLists.txt
!fosdem2023/narrative.md
!fosdem2023/vu-logo.png
!fosdem2023/**/*.bib
!fosdem2023/**/*.tex
!fosdem2023/**/*.sty
!fosdem2023/**/bash/
!fosdem2023/**/images/
!fosdem2023/**/python/
# latex intermediate files
thesis-presentation/*
!thesis-presentation/**/
!thesis-presentation/CMakeLists.txt
!thesis-presentation/vu-logo.png
!thesis-presentation/**/*.bib
!thesis-presentation/**/*.tex
!thesis-presentation/**/*.sty
!thesis-presentation/**/bash/
!thesis-presentation/**/images/
!thesis-presentation/**/python/
# Old prototype files
zcsd/**/*.log