Skip to content

Commit 91a26c7

Browse files
Add gitignore
1 parent c11dd15 commit 91a26c7

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# IDE configuration
2+
.vscode/
3+
4+
# System
5+
*.DS_Store
6+
7+
# Compilation
8+
ECOGEN
9+
*.o
10+
11+
# Non-reg & code analysis
12+
/results/
13+
/results_save/
14+
coverage_and_profile/coverage.info
15+
coverage_and_profile/html
16+
coverage_and_profile/profile_gprof2dot*.png
17+
/nonreg/reports/
18+
19+
# Python virtual environments
20+
venv
21+
22+
# Text files
23+
*.txt
24+
*.out
25+
*.bak
26+
27+
# Others
28+
*.opensdf
29+
*.sdf
30+
*.v12.suo
31+
*.ods
32+
error_*

ECOGEN

-2.29 MB
Binary file not shown.

0 commit comments

Comments
 (0)