[cig-commits] [commit] devel: Added trash files to .gitignore (4b44f6c)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Nov 4 09:54:05 PST 2014


Repository : https://github.com/geodynamics/specfem2d

On branch  : devel
Link       : https://github.com/geodynamics/specfem2d/compare/45885c74aa097e0e213ca64a34ea439404ecc385...4b44f6c81cf16fab04ba4b98a5541c218f98a256

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

commit 4b44f6c81cf16fab04ba4b98a5541c218f98a256
Author: David Luet <luet at princeton.edu>
Date:   Tue Nov 4 12:52:59 2014 -0500

    Added trash files to .gitignore
    
    editors create temporary files that we don't want committed:
    .*swp
    .*swo
    *~


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

4b44f6c81cf16fab04ba4b98a5541c218f98a256
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 9eae56e..42e0777 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,3 +62,7 @@ bin/*
 obj/*
 *.mod
 
+# Trash files
+.*swp
+.*swo
+*~



More information about the CIG-COMMITS mailing list