소스 검색

Build hdf5perf and ignore executable

Matthias Vogelgesang 9 년 전
부모
커밋
d442381b2a
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .gitignore
  2. 1 0
      Makefile

+ 3 - 0
.gitignore

@@ -0,0 +1,3 @@
+*.o
+hdf5perf
+tiffperf

+ 1 - 0
Makefile

@@ -1,2 +1,3 @@
 all:
 	@make -C tiffperf
+	@make -C hdf5perf