[cig-commits] [commit] master: Add .gitignore files. (89acf05)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Nov 12 06:48:41 PST 2013


Repository : ssh://geoshell/specfem3d

On branch  : master
Link       : https://github.com/geodynamics/specfem3d/compare/a55f8c10bcd9b7d739c71ed4544476f280e1dada...b422f22b169639dbdddafbb596470750910fc47d

>---------------------------------------------------------------

commit 89acf0592b97d6f1504ac21ca7f0b610657c08bc
Author: Elliott Sales de Andrade <esalesde at physics.utoronto.ca>
Date:   Tue Nov 12 01:45:42 2013 -0500

    Add .gitignore files.


>---------------------------------------------------------------

89acf0592b97d6f1504ac21ca7f0b610657c08bc
 .gitignore                                   | 24 ++++++++++++++
 src/decompose_mesh/scotch_5.1.12b/.gitignore | 47 ++++++++++++++++++++++++++++
 2 files changed, 71 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ea2887c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+# Configure time
+aclocal.m4
+autom4te.cache
+config.log
+config.status
+config.h
+Makefile
+src/check_mesh_quality_CUBIT_Abaqus/Makefile
+src/decompose_mesh/Makefile
+src/generate_databases/Makefile
+src/meshfem3D/Makefile
+src/shared/constants.h
+src/shared/precision.h
+src/specfem3D/Makefile
+
+# Build time
+bin
+lib
+obj
+src/decompose_mesh/*.mod
+src/generate_databases/*.mod
+src/meshfem3D/*.mod
+src/specfem3D/*.mod
+
diff --git a/src/decompose_mesh/scotch_5.1.12b/.gitignore b/src/decompose_mesh/scotch_5.1.12b/.gitignore
new file mode 100644
index 0000000..9b69e1d
--- /dev/null
+++ b/src/decompose_mesh/scotch_5.1.12b/.gitignore
@@ -0,0 +1,47 @@
+# Configure time
+src/Makefile.inc
+src/libscotch/Makefile.org
+src/libscotchmetis/Makefile.org
+src/scotch/Makefile.org
+
+# Build time
+include/
+src/libscotch/*.o
+src/libscotch/*.a
+src/libscotch/dummysizes
+src/libscotch/parser_ll.c
+src/libscotch/parser_ly.h
+src/libscotch/parser_yy.c
+src/libscotch/scotch.h
+src/libscotch/scotchf.h
+src/libscotchmetis/*.o
+src/libscotchmetis/*.a
+src/scotch/acpl
+src/scotch/amk_ccc
+src/scotch/amk_fft2
+src/scotch/amk_grf
+src/scotch/amk_hy
+src/scotch/amk_m2
+src/scotch/amk_p2
+src/scotch/atst
+src/scotch/gbase
+src/scotch/gcv
+src/scotch/gmap
+src/scotch/gmk_hy
+src/scotch/gmk_m2
+src/scotch/gmk_m3
+src/scotch/gmk_msh
+src/scotch/gmk_ub2
+src/scotch/gmtst
+src/scotch/gord
+src/scotch/gotst
+src/scotch/gout
+src/scotch/gpart
+src/scotch/gscat
+src/scotch/gtst
+src/scotch/mcv
+src/scotch/mmk_m2
+src/scotch/mmk_m3
+src/scotch/mord
+src/scotch/mtst
+



More information about the CIG-COMMITS mailing list