Browse Source

Minor cleanup

Don Porter 7 years ago
parent
commit
c3f9f248dc
2 changed files with 7 additions and 1 deletions
  1. 6 0
      LibOS/shim/test/apps/python/.gitignore
  2. 1 1
      LibOS/shim/test/apps/python/Makefile

+ 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