Browse Source

Add `.gitignore'.

Ludovic Courtès 14 years ago
parent
commit
27eaf1ca36

+ 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