[cig-commits] [commit] QA: Add scotch files to .gitignore. (8067ecb)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Jan 20 11:49:17 PST 2014


Repository : ssh://geoshell/specfem2d

On branch  : QA
Link       : https://github.com/geodynamics/specfem2d/compare/28743f19b9f9fdb75d359c135053825c0ffd05b3...5e8aa55e68fd17b6f475fb65531b84195e497aa1

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

commit 8067ecbcb82b6ddbc798725f6b24a0051b3e8486
Author: Elliott Sales de Andrade <esalesde at physics.utoronto.ca>
Date:   Mon Jan 6 01:33:32 2014 -0500

    Add scotch files to .gitignore.


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

8067ecbcb82b6ddbc798725f6b24a0051b3e8486
 .gitignore | 49 ++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 48 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 99c7611..393573d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,13 +6,60 @@ config.log
 config.status
 Makefile
 src/meshfem2D/Makefile
-src/meshfem2D/scotch_5.1.12b/src/Makefile.inc
 src/specfem2D/Makefile
 
 setup/config.h
 setup/constants.h
 setup/precision.h
 
+# Scotch files
+src/meshfem2D/scotch_5.1.12b/src/Makefile.inc
+src/meshfem2D/scotch_5.1.12b/bin/
+src/meshfem2D/scotch_5.1.12b/include/
+src/meshfem2D/scotch_5.1.12b/lib/
+src/meshfem2D/scotch_5.1.12b/src/libscotch/*.o
+src/meshfem2D/scotch_5.1.12b/src/libscotch/*.a
+src/meshfem2D/scotch_5.1.12b/src/libscotch/Makefile.org
+src/meshfem2D/scotch_5.1.12b/src/libscotch/dummysizes
+src/meshfem2D/scotch_5.1.12b/src/libscotch/parser_ll.c
+src/meshfem2D/scotch_5.1.12b/src/libscotch/parser_ly.h
+src/meshfem2D/scotch_5.1.12b/src/libscotch/parser_yy.c
+src/meshfem2D/scotch_5.1.12b/src/libscotch/scotch.h
+src/meshfem2D/scotch_5.1.12b/src/libscotch/scotchf.h
+src/meshfem2D/scotch_5.1.12b/src/libscotch/y.output
+src/meshfem2D/scotch_5.1.12b/src/libscotchmetis/*.o
+src/meshfem2D/scotch_5.1.12b/src/libscotchmetis/Makefile.org
+src/meshfem2D/scotch_5.1.12b/src/libscotchmetis/libscotchmetis.a
+src/meshfem2D/scotch_5.1.12b/src/scotch/Makefile.org
+src/meshfem2D/scotch_5.1.12b/src/scotch/acpl
+src/meshfem2D/scotch_5.1.12b/src/scotch/amk_ccc
+src/meshfem2D/scotch_5.1.12b/src/scotch/amk_fft2
+src/meshfem2D/scotch_5.1.12b/src/scotch/amk_grf
+src/meshfem2D/scotch_5.1.12b/src/scotch/amk_hy
+src/meshfem2D/scotch_5.1.12b/src/scotch/amk_m2
+src/meshfem2D/scotch_5.1.12b/src/scotch/amk_p2
+src/meshfem2D/scotch_5.1.12b/src/scotch/atst
+src/meshfem2D/scotch_5.1.12b/src/scotch/gbase
+src/meshfem2D/scotch_5.1.12b/src/scotch/gcv
+src/meshfem2D/scotch_5.1.12b/src/scotch/gmap
+src/meshfem2D/scotch_5.1.12b/src/scotch/gmk_hy
+src/meshfem2D/scotch_5.1.12b/src/scotch/gmk_m2
+src/meshfem2D/scotch_5.1.12b/src/scotch/gmk_m3
+src/meshfem2D/scotch_5.1.12b/src/scotch/gmk_msh
+src/meshfem2D/scotch_5.1.12b/src/scotch/gmk_ub2
+src/meshfem2D/scotch_5.1.12b/src/scotch/gmtst
+src/meshfem2D/scotch_5.1.12b/src/scotch/gord
+src/meshfem2D/scotch_5.1.12b/src/scotch/gotst
+src/meshfem2D/scotch_5.1.12b/src/scotch/gout
+src/meshfem2D/scotch_5.1.12b/src/scotch/gpart
+src/meshfem2D/scotch_5.1.12b/src/scotch/gscat
+src/meshfem2D/scotch_5.1.12b/src/scotch/gtst
+src/meshfem2D/scotch_5.1.12b/src/scotch/mcv
+src/meshfem2D/scotch_5.1.12b/src/scotch/mmk_m2
+src/meshfem2D/scotch_5.1.12b/src/scotch/mmk_m3
+src/meshfem2D/scotch_5.1.12b/src/scotch/mord
+src/meshfem2D/scotch_5.1.12b/src/scotch/mtst
+
 # Build time
 bin/*
 obj/*



More information about the CIG-COMMITS mailing list