forked from NVIDIA/DALI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
43 lines (43 loc) · 824 Bytes
/
.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
*~
build/*
*.pyc
doxygen
html
latex
.vimrc
.ycm_extra_conf.py
**/imgui.ini
.*.swp
valgrind-out.txt
**/.ipynb_checkpoints
.dockerignore
wheelhouse
compile
compile_debug
.idea
.vscode
cmake-build-*
./data
qnx/
docs/_build
docs/fn_table
docs/fn_to_op_table
docs/op_autodoc
docs/fn_autodoc
docs/dali.png
docs/nvidia.ico
docs/operations/*
docs/examples/audio_processing/index.rst
docs/examples/custom_operations/index.rst
docs/examples/general/data_loading/index.rst
docs/examples/general/expressions/index.rst
docs/examples/general/general_ops_index.rst
docs/examples/image_processing/index.rst
docs/examples/index.rst
docs/examples/operations_index.rst
docs/examples/other_index.rst
docs/examples/sequence_processing/index.rst
docs/examples/use_cases/index.rst
docs/examples/use_cases/paddle/index.rst
.DS_Store
build-docker-*