Replaced slow pexpect with subprocess.popen which is fast. Implemented Results()...
[progcomp10.git] / .gitignore
index 483ef52..4baac77 100644 (file)
@@ -3,8 +3,10 @@ build/
 *.pbxuser
 *.mode1v3
 
+# gcc noise
 *.o
 *.a
+*.dSYM
 
 # old skool
 .svn
@@ -12,3 +14,6 @@ build/
 # osx noise
 .DS_Store
 profile
+
+# python noise
+*.pyc

UCC git Repository :: git.ucc.asn.au