[cig-commits] r13896 - cs/cigma/trunk

luis at geodynamics.org luis at geodynamics.org
Wed Jan 21 11:37:43 PST 2009


Author: luis
Date: 2009-01-21 11:37:42 -0800 (Wed, 21 Jan 2009)
New Revision: 13896

Added:
   cs/cigma/trunk/.gitignore
Log:
Ignore patterns for 'git diff'

Added: cs/cigma/trunk/.gitignore
===================================================================
--- cs/cigma/trunk/.gitignore	                        (rev 0)
+++ cs/cigma/trunk/.gitignore	2009-01-21 19:37:42 UTC (rev 13896)
@@ -0,0 +1,75 @@
+# Basic patterns
+*~
+*.pyc
+*.o
+*.lo
+*.la
+.*.swp
+
+# Temporary patterns
+/doc
+/cigma-1.0.0.tar.gz
+/config/cigma.m4
+/TODO
+/INSTALL
+/sysconfig.py
+/make.log
+/install.log
+/configure.log
+/rebuild.log
+/*.h5
+/*.vtk
+/*.dat
+/*.exo
+/tests/data/*.h5
+/tests/data/*.vtk
+/tests/data/*.dat
+/tests/system/cigma
+/tests/system/h5attr
+/tests/system/out/*.h5
+/tests/system/out/*.dat
+
+/src/cscope.out
+/src/tags
+
+/examples/strikeslipnog
+/examples/laplace1/solution-*
+/examples/laplace2/laplace
+/examples/laplace2/solution-*
+
+# Ignore m4 because it's a symlink
+m4
+
+# Autoconf patterns
+aclocal.m4
+configure
+libtool
+config.h
+config.h.in
+stamp-h1
+config.log
+config.status
+.deps
+.libs
+aux-config
+autom4te.cache
+/Makefile
+/Makefile.in
+/src/Makefile
+/src/Makefile.in
+/tests/Makefile
+/tests/Makefile.in
+
+# Other patterns
+/tmp
+/src/hello
+/src/tmp
+/cigma
+/h5attr
+/vtk-residuals
+/cigma-test
+/_cigma.so
+/libcigma.a
+/libann.a
+/build/rebuild.sh
+/foo.py



More information about the CIG-COMMITS mailing list