.hgignore
branchv_0
changeset 72 f7b9db6fc32b
parent 63 8c6885543e2c
child 86 3caa19520689
equal deleted inserted replaced
71:f8fe085c1c9f 72:f7b9db6fc32b
     1 syntax: glob
     1 syntax: glob
     2 
     2 
     3 *~
     3 *~
     4 CMakeLists.txt.user
     4 CMakeLists.txt.user
       
     5 *.class
     5 
     6 
     6 syntax: regexp
     7 syntax: regexp
     7 
     8 
     8 ^temp/
     9 ^temp/
     9 
    10 
    10 ^\.dep\.inc
    11 ^\.dep\.inc
    11 ^dist/
    12 ^dist/
    12 ^build/
    13 ^build/
    13 ^nbproject/private/
    14 ^nbproject/private/
    14 
    15 
    15 ^streamlet-examples/(xpath|pid)$
    16 ^streamlet-examples/(xpath|pid|jar_info|zip_info)$