naett.c

Tiny cross-platform HTTP / HTTPS client library in C.
git clone git://git.finwo.net/lib/naett.c
Log | Files | Refs | README | LICENSE

.gitignore (222B)


      1 # Ignore Gradle project-specific cache directory
      2 .gradle
      3 
      4 # Ignore Gradle build output directory
      5 build
      6 
      7 # macOS lint
      8 .DS_Store
      9 
     10 # build temporaries
     11 **/.cxx
     12 
     13 # Android studio lint
     14 .idea
     15 local.properties
     16 *.iml
     17 
     18 .debug
     19 skrot