summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 05894aae7f93b91d30142068c9680d271013e7e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated by Cargo
# will have compiled files and executables
**/target

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

.idea/
*.iml
.tmp/
.venv/

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