forked from eclipse-ecal/ecal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (48 loc) · 867 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Windows files
Thumbs.db
# CMake build folders
/_build*
/_setup
/_vs_out*
/out
# Python building and distribution
/_python_build/
/dist/
/lang/python/core/ecal/_version.py
/wheelhouse/
# Binary libraries
/thirdparty/npcap/
# autogenerated files
/ecal/include/ecal/ecal_defs.h
# Doxygen output
/doc/*.tmp
/doc/*.chm
/doc/html/*
# QtCreator temporary files
CMakeLists.txt.user
# CLion project files
/.idea
# macOS
.DS_Store
# Visual Studio 2015/2017 cache/options directory
.vs/
# Visual Studio code
*.vscode
# Sphinx live output
doc/rst/_build/
doc/rst/_include_ecalicons.txt
doc/rst/getting_started/_ppa_tabs.rst.txt
doc/rst/_download_archive
doc/rst/_download_main_page
doc/extensions/_autogen
doc/rst/getting_started/**/*_pb2.py
doc/rst/.venv
.venv/
*.pyc
# Clion
.idea
cmake-build-*
# clang-tidy
log_*.txt
# User CMake Presets
CMakeUserPresets.json