We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11dd15 commit 91a26c7Copy full SHA for 91a26c7
.gitignore
@@ -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
0 commit comments