Skip to content

Commit 1b0901d

Browse files
committed
stop tracking .pyc files
1 parent cf76216 commit 1b0901d

21 files changed

+37
-37
lines changed

.gitignore

+37-37
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
+# Byte-compiled / optimized / DLL files
2-
+__pycache__/
3-
+*.py[cod]
4-
+
5-
+# C extensions
6-
+*.so
7-
+
8-
+# Distribution / packaging
9-
+bin/
10-
+build/
11-
+develop-eggs/
12-
+dist/
13-
+eggs/
14-
+lib64/
15-
+parts/
16-
+sdist/
17-
+var/
18-
+*.egg-info/
19-
+.installed.cfg
20-
+*.egg
21-
+
22-
+# Installer logs
23-
+pip-log.txt
24-
+pip-delete-this-directory.txt
25-
+
26-
+# Unit test / coverage reports
27-
+.tox/
28-
+.coverage
29-
+.cache
30-
+nosetests.xml
31-
+coverage.xml
32-
+
33-
+# Rope
34-
+.ropeproject
35-
+
36-
+# ide
37-
+.idea/
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
5+
# C extensions
6+
*.so
7+
8+
# Distribution / packaging
9+
bin/
10+
build/
11+
develop-eggs/
12+
dist/
13+
eggs/
14+
lib64/
15+
parts/
16+
sdist/
17+
var/
18+
*.egg-info/
19+
.installed.cfg
20+
*.egg
21+
22+
# Installer logs
23+
pip-log.txt
24+
pip-delete-this-directory.txt
25+
26+
# Unit test / coverage reports
27+
.tox/
28+
.coverage
29+
.cache
30+
nosetests.xml
31+
coverage.xml
32+
33+
# Rope
34+
.ropeproject
35+
36+
# ide
37+
.idea/
3838

3939
# OS generated
4040
.DS_Store

algorithms/__init__.pyc

-216 Bytes
Binary file not shown.

algorithms/eaMuPlusLambdaParallel.pyc

-4.27 KB
Binary file not shown.

analysers/__init__.pyc

-215 Bytes
Binary file not shown.

analysers/static_analyser.pyc

-1.09 KB
Binary file not shown.

coverages/__init__.pyc

-215 Bytes
Binary file not shown.

coverages/act_coverage.pyc

-3.6 KB
Binary file not shown.

coverages/ella_coverage.pyc

-3.67 KB
Binary file not shown.

coverages/emma_coverage.pyc

-4.41 KB
Binary file not shown.

crashes/__init__.pyc

-213 Bytes
Binary file not shown.

crashes/crash_handler.pyc

-1.74 KB
Binary file not shown.

devices/__init__.pyc

-213 Bytes
Binary file not shown.

devices/emulator.pyc

-3.15 KB
Binary file not shown.

init/__init__.pyc

-210 Bytes
Binary file not shown.

init/initRepeatParallel.pyc

-1.54 KB
Binary file not shown.

plot/__init__.pyc

-210 Bytes
Binary file not shown.

plot/two_d_line.pyc

-1.85 KB
Binary file not shown.

settings.pyc

-1 KB
Binary file not shown.

util/__init__.pyc

-210 Bytes
Binary file not shown.

util/motifcore_installer.pyc

-807 Bytes
Binary file not shown.

util/pack_and_deploy.pyc

-5.38 KB
Binary file not shown.

0 commit comments

Comments
 (0)