elastop

- Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.acid.vegas/-c.git
Log | Files | Refs | Archive | README | LICENSE

.gitignore (365B)

      1 # Binaries for programs and plugins
      2 *.exe
      3 *.exe~
      4 *.dll
      5 *.so
      6 *.dylib
      7 elastop
      8 
      9 # Test binary, built with `go test -c`
     10 *.test
     11 
     12 # Output of the go coverage tool, specifically when used with LiteIDE
     13 *.out
     14 
     15 # Dependency directories (remove the comment below to include it)
     16 vendor/
     17 
     18 # Go workspace file
     19 go.work
     20 
     21 # IDE specific files
     22 .idea/
     23 .vscode/
     24 *.swp
     25 *.swo
     26 .DS_Store