ソースを参照

Add `.gitignore'.

Ludovic Courtès 14 年 前
コミット
27eaf1ca36
共有13 個のファイルを変更した41 個の追加0 個の削除を含む
  1. 23 0
      .gitignore
  2. 1 0
      examples/.gitignore
  3. 1 0
      examples/starpufft/.gitignore
  4. 1 0
      examples/stencil/.gitignore
  5. 2 0
      include/.gitignore
  6. 2 0
      m4/.gitignore
  7. 1 0
      mpi/.gitignore
  8. 1 0
      mpi/tests/.gitignore
  9. 1 0
      src/.gitignore
  10. 3 0
      src/common/.gitignore
  11. 1 0
      tests/.gitignore
  12. 3 0
      tests/regression/.gitignore
  13. 1 0
      tools/.gitignore

+ 23 - 0
.gitignore

@@ -0,0 +1,23 @@
+/configure
+/config.log
+/config.status
+/autom4te.cache
+/libtool
+/libstarpu.pc
+/aclocal.m4
+/build-aux
+/GPATH
+/GRTAGS
+/GTAGS
+/config.cache
+/doc/starpu.info
+*~
+,*
+Makefile
+Makefile.in
+.libs
+.deps
+*.o
+*.lo
+*.la
+.dirstamp

+ 1 - 0
examples/.gitignore

@@ -0,0 +1 @@
+/.deps

+ 1 - 0
examples/starpufft/.gitignore

@@ -0,0 +1 @@
+/.deps

+ 1 - 0
examples/stencil/.gitignore

@@ -0,0 +1 @@
+/.deps

+ 2 - 0
include/.gitignore

@@ -0,0 +1,2 @@
+/starpu_config.h
+/stamp-h2

+ 2 - 0
m4/.gitignore

@@ -0,0 +1,2 @@
+/libtool.m4
+/lt*.m4

+ 1 - 0
mpi/.gitignore

@@ -0,0 +1 @@
+/.deps

+ 1 - 0
mpi/tests/.gitignore

@@ -0,0 +1 @@
+/.deps

+ 1 - 0
src/.gitignore

@@ -0,0 +1 @@
+/.deps

+ 3 - 0
src/common/.gitignore

@@ -0,0 +1,3 @@
+/stamp-h1
+/config.h
+/config.h.in

+ 1 - 0
tests/.gitignore

@@ -0,0 +1 @@
+/.deps

+ 3 - 0
tests/regression/.gitignore

@@ -0,0 +1,3 @@
+/profiles.build.only
+/profiles
+/regression.sh

+ 1 - 0
tools/.gitignore

@@ -0,0 +1 @@
+/.deps