summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 398292d6ad04239467e060b4d64c59dad3cc6504 (plain)
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
# Generated by Cargo
# will have compiled files and executables
**/target

# These are backup files generated by rustfmt
**/*.rs.bk

#.lock file
mapper/cumulocity/c8y_translator_lib/fuzz/Cargo.lock

.idea/
.vscode/
*.iml
.tmp/
.venv/
.DS_Store

# Log files generated by PySys
tests/PySys/**/*.log
tests/PySys/**/*.out
tests/PySys/**/*.err
**/__pycache__
tests/PySys/**/Output/
**/*venv*

# Other files
Makefile.toml