Parcourir la source

Minor cleanup

Don Porter il y a 7 ans
Parent
commit
c3f9f248dc

+ 6 - 0
LibOS/shim/test/apps/python/.gitignore

@@ -1 +1,7 @@
 *.pyc
+python.manifest
+python.manifest.sgx
+python.sig
+python.token
+benchmarks/
+pal_loader

+ 1 - 1
LibOS/shim/test/apps/python/Makefile

@@ -29,7 +29,7 @@ benchmarks: benchmarks.tar.gz
 BENCHMARK = all,-rietveld,-spitfire,-tornado_http
 
 clean-tmp:
-	rm -f python.manifest.sgx
+	rm -f python.manifest.sgx python.sig python.token
 
 distclean: clean
 	rm -rf $(PYTHON_SRC) benchmarks