[cig-commits] [commit] devel: Fix .gitignore. (eee700f)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Apr 9 03:05:28 PDT 2014


Repository : ssh://geoshell/specfem3d

On branch  : devel
Link       : https://github.com/geodynamics/pylith_benchmarks/compare/b18768a541005fcf437aa50bdb2cd57e8e8adc11...c4e103232bf76f6fbf78b6524c8603d2d9b9a577

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

commit eee700f6cf2c1de5cfdd481da14229dea4967e9e
Author: Elliott Sales de Andrade <esalesde at physics.utoronto.ca>
Date:   Mon Mar 17 20:44:28 2014 -0400

    Fix .gitignore.
    
    A path for current directory should start with a slash, not a dot. Also,
    remove some site-specific ignores.


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

eee700f6cf2c1de5cfdd481da14229dea4967e9e
 .gitignore | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 600f4b6..4721adf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,7 @@ autom4te.cache
 config.log
 config.status
 config.h
-./Makefile
+/Makefile
 setup/constants.h
 setup/precision.h
 
@@ -17,9 +17,6 @@ src/generate_databases/*.mod
 src/meshfem3D/*.mod
 src/specfem3D/*.mod
 
-# sources
-src/cuda/specfem3D_gpu_cuda_method_stubs.c.bak
-
 # documentation
 manual_SPECFEM3D_Cartesian.aux
 manual_SPECFEM3D_Cartesian.bbl
@@ -30,4 +27,3 @@ doc/USER_MANUAL/manual_SPECFEM3D_Cartesian.out
 doc/USER_MANUAL/manual_SPECFEM3D_Cartesian.synctex.gz
 doc/USER_MANUAL/manual_SPECFEM3D_Cartesian.toc
 doc/USER_MANUAL/Schedule
-Makefile.org



More information about the CIG-COMMITS mailing list