...

Text file src/github.com/noirbizarre/gonja/.gitignore

Documentation: github.com/noirbizarre/gonja

     1# Compiled Object files, Static and Dynamic libs (Shared Objects)
     2*.o
     3*.a
     4*.so
     5
     6# Folders
     7_obj
     8_test
     9.idea
    10.vscode
    11
    12# Architecture specific extensions/prefixes
    13*.[568vq]
    14[568vq].out
    15
    16*.cgo1.go
    17*.cgo2.c
    18_cgo_defun.c
    19_cgo_gotypes.go
    20_cgo_export.*
    21
    22_testmain.go
    23
    24*.exe
    25
    26.project
    27EBNF.txt
    28test1.tpl
    29tpl-error.out
    30/count.out
    31/cover.out
    32*.swp
    33*.iml
    34/cpu.out
    35/mem.out
    36*.error
    37/profile
    38/coverage.out

View as plain text