github.com/cellofellow/gopkg@v0.0.0-20140722061823-eec0544a62ad/database/leveldb.chai2010/.hgignore (about)

     1  # Copyright 2013 <chaishushan{AT}gmail.com>. All rights reserved.
     2  # Use of this source code is governed by a BSD-style
     3  # license that can be found in the LICENSE file.
     4  
     5  syntax:glob
     6  .git
     7  .gitignore
     8  *.[568ao]
     9  *.a[568o]
    10  *.so
    11  [568a].out
    12  *~
    13  *.orig
    14  *.exe
    15  *.dll
    16  *.lib
    17  .*.swp
    18  *.cgo*.go
    19  *.cgo*.c
    20  _cgo_*
    21  _obj
    22  _test
    23  _testmain.go
    24  
    25  syntax:regexp
    26  ^capi/zz_.*
    27  ^testdb/.*