golcg

- 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 (137B)

      1 # State files
      2 *.state
      3 
      4 # Go specific
      5 *.exe
      6 *.exe~
      7 *.dll
      8 *.so
      9 *.dylib
     10 *.test
     11 *.out
     12 
     13 # IDE specific (optional, but common)
     14 .idea/
     15 .vscode/