-
-
Notifications
You must be signed in to change notification settings - Fork 313
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (51 loc) · 680 Bytes
/
Copy path.gitignore
File metadata and controls
54 lines (51 loc) · 680 Bytes
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
### ddt4all specific
/ecus/
/logs/
/btpDB/
/checkBaseDDT/
/EDT/
/failures/
/FlashingTimeAnalysis/
/OdxSpecFiles/
/vehicles/
/venv/
/zipper/
*.htm
*.zip
/images/
/graphics/
/Output/
/json/
/$29/
/Simulator/
/utt_certificates/
/TradConf/
/TradConf.conf
/parameters.xml
/EcuList.xml
### Python generic ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
### IDE generic ###
/.vscode/
/.idea/
/dist/
/.venv/
# Others
/build/
/setup.py
/setup.cfg
/setup_tools/inno-win-setup/Output/
/**/config.json
/setup_tools/mac-os/build/
/setup_tools/mac-os/dist/
/.pytest_cache/
*.egg
*.egg-info
.coverage
coverage.xml
/scripts/resources.qrc
*.po~
ddt4all-*.AppImage