Changeset - bf6b642048bc
[Not reviewed]
default
0 1 0
Michael Guravage - 15 years ago 2010-06-25 17:24:22
michael.guravage@cwi.nl
Corrected problems with .hgignore file.

--
user: Michael Guravage <michael.guravage@cwi.nl>
branch 'default'
changed .hgignore
1 file changed with 9 insertions and 5 deletions:
0 comments (0 inline, 0 general)
.hgignore
Show inline comments
 
@@ -2,23 +2,27 @@
 
syntax: glob
 

	
 
*~
 
*.a
 
*.exe
 
*.cache
 
*.Debug
 
*.o
 
*.orig
 
*.out
 
*.Release
 
*.so
 
*.vars
 
*Makefile.*
 
*make.out
 
*moc_*.cpp
 
src/default.par
 
bin*
 

	
 
TAGS
 
BROWSE
 
bin/VitualLeaf
 
bin/models
 
bin/VirtualLeaf.exe
 

	
 
lib/libvleaf.a
 

	
 
src/default.par
 
src/VirtualLeaf-install.exe
 

	
 
# switch to regexp syntax.
 
syntax: regexp
0 comments (0 inline, 0 general)