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

luis at geodynamics.org luis at geodynamics.org
Wed Jan 28 09:05:29 PST 2009


Author: luis
Date: 2009-01-28 09:05:29 -0800 (Wed, 28 Jan 2009)
New Revision: 13994

Modified:
   cs/cigma/trunk/.gitignore
   cs/cigma/trunk/cigma.proj
Log:
Updated vim project file, and added more .gitignore patterns

Modified: cs/cigma/trunk/.gitignore
===================================================================
--- cs/cigma/trunk/.gitignore	2009-01-28 17:05:27 UTC (rev 13993)
+++ cs/cigma/trunk/.gitignore	2009-01-28 17:05:29 UTC (rev 13994)
@@ -38,6 +38,20 @@
 /examples/laplace1/solution-*
 /examples/laplace2/laplace
 /examples/laplace2/solution-*
+/examples/utils/triangle/triangle
+/examples/utils/triangle/showme
+/examples/utils/triangle/src
+/examples/utils/triangle/square1.*.*
+/examples/utils/triangle/square2.*.*
+/examples/utils/tetgen/tetgen1.4.2
+/examples/utils/tetgen/tetgen
+/examples/utils/tetgen/tetview-linux
+/examples/utils/tetgen/tet.*
+/examples/utils/tetgen/cube1.*.*
+/examples/utils/tetgen/cube2.*.*
+/examples/utils/tetgen/a.lua
+#/examples/utils/cubit
+#/examples/utils/cgal
 
 # Autoconf patterns
 aclocal.m4

Modified: cs/cigma/trunk/cigma.proj
===================================================================
--- cs/cigma/trunk/cigma.proj	2009-01-28 17:05:27 UTC (rev 13993)
+++ cs/cigma/trunk/cigma.proj	2009-01-28 17:05:29 UTC (rev 13994)
@@ -77,6 +77,8 @@
    cli_info_cmd.h
    cli_list_cmd.cpp
    cli_list_cmd.h
+   cli_mesh_info_cmd.cpp
+   cli_mesh_info_cmd.h
    cli_skel_cmd.cpp
    cli_skel_cmd.h
   }
@@ -99,10 +101,14 @@
    fe_hex8.h
    fe_quad4.cpp
    fe_quad4.h
+   fe_tet10.cpp
+   fe_tet10.h
    fe_tet4.cpp
    fe_tet4.h
    fe_tri3.cpp
    fe_tri3.h
+   fe_tri6.cpp
+   fe_tri6.h
   }
   io=. filter="io_*" {
    io_exo_reader.cpp



More information about the CIG-COMMITS mailing list