-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
53 lines (48 loc) · 1.38 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
nosetests.xml
typescript
config.log
debug/
opt/
bin/
.sconf_temp/
*.pyc
.sconsign.dblite
*.swp
*.class
java/jars/*.jar
.phutil_module_cache
*.log
*.o
docs/doc-gen/cppdocs
docs/doc-gen/javadoc
docs/doc-gen/pydocs
# Some SQL files are auto-generated by fill_ta1_db.sh, and are generally useful
# to keep around for troubleshooting purposes (but shouldn't be a part of the
# codebase).
scripts-config/ta1/scripts/*.sql
# TA2 circuit files should not be part of the codebase
spar_python/circuit_generation/stealth/**/circuit/
spar_python/circuit_generation/stealth/**/input/
spar_python/circuit_generation/stealth/**/key/
spar_python/circuit_generation/stealth/**/output/
spar_python/circuit_generation/stealth/**/test.txt
spar_python/circuit_generation/ibm/**/keyparams/
spar_python/circuit_generation/ibm/**/testfile/
spar_python/circuit_generation/ibm/**/circuit/
spar_python/circuit_generation/ibm/**/input/
spar_python/circuit_generation/ibm/**/*.db
# The following lines are added so that output generated by local
# tests run with the test harness will not be detected by git. They
# refer to the test logs and associated directories produced by
# running our test harness.
sut_stdin
sut_stdout
sh-*-test-log
mh-test-logs/
# These are user-specific files created by the Aptana Studio IDE, and
# should not be shared among different users.
.project
.pydevproject
.settings/
# Artifacts of the OSX OS
.DS_Store