[Liblas-commits] hg: update ignore to ignore all *.pyc files
    liblas-commits at liblas.org 
    liblas-commits at liblas.org
       
    Thu Oct  1 22:01:50 EDT 2009
    
    
  
changeset 92143b6dff4b in /home/www/liblas.org/hg
details: http://hg.liblas.org/main/hg?cmd=changeset;node=92143b6dff4b
summary: update ignore to ignore all *.pyc files
diffstat:
 .hgignore |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r b959e0a380d7 -r 92143b6dff4b .hgignore
--- a/.hgignore	Thu Oct 01 11:58:43 2009 -0500
+++ b/.hgignore	Thu Oct 01 20:58:57 2009 -0500
@@ -36,7 +36,7 @@
 python/build/*
 python/dist/*
 python/libLAS.egg-info/*
-python/liblas/*.pyc
+*.pyc
 src/CMakeFiles
 CMakeFiles
 CMakeCache.txt
    
    
More information about the Liblas-commits
mailing list