summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: f53e82e0b1013a53cdb04a6aed25e31de5deb050 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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/
*.iml
.tmp/
.venv/

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