[commit] r1756 - trunk

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Jan 4 14:32:42 CST 2012


Author: ksmyth
Date: Wed Jan  4 14:32:42 2012
New Revision: 1756

Log:
Ignore .class files and test-generated files

Modified:
   trunk/.gitignore

Modified: trunk/.gitignore
==============================================================================
--- trunk/.gitignore	Wed Jan  4 14:32:32 2012	(r1755)
+++ trunk/.gitignore	Wed Jan  4 14:32:42 2012	(r1756)
@@ -4,6 +4,7 @@
 *.tlb
 *_i.c
 *_p.c
+*.class
 ipch
 *.opensdf
 *.sdf
@@ -214,3 +215,6 @@
 Tests/_tc6_D_sf.mga
 Tests/tmp.mga
 projs
+Tests/GPyUnit/TestRegistry-output.xme
+Tests/GPyUnit/util/MUTest/
+Tests/GPyUnit/util/MUTestRepo/


More information about the gme-commit mailing list