Parcourir la source

Build hdf5perf and ignore executable

Matthias Vogelgesang il y a 9 ans
Parent
commit
d442381b2a
2 fichiers modifiés avec 4 ajouts et 0 suppressions
  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