-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (31 loc) · 835 Bytes
/
.gitignore
File metadata and controls
43 lines (31 loc) · 835 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
# Binary output dir, not recommended to push binary results to Git.
/build
# Output directory of test results
/test/output
# credentials file for polyspace access
polyspace_credentials.txt
# What: Python: byte-compiled / optimized / DLL files
# Why: automatically created by Python during script execution
__pycache__/
/.pytest_cache
*.py[cod]
*$py.class
# Python virtual environment
/.venv
# Any log directory
**/[Ll][Oo][Gg]/*
# Any backup file of text editors
*.bak
# Backup files of KConfig
*.old
# Generated IDEA project files
.idea
# Any log file created
*.log
# bootstrap files are downloaded during installation
/.bootstrap
# Drawio Backup Files
*.drawio.bkp
# Generated files from sple-static-analysis-extension
/variants/**/ps_configure_options_file.txt
/basic_c_file.o