nats.zig/deps/nats.c/.gitignore
torque 41fbdf886b
git subrepo pull --branch=v3.7.0 deps/nats.c
subrepo:
  subdir:   "deps/nats.c"
  merged:   "5d057f6"
upstream:
  origin:   "https://github.com/nats-io/nats.c.git"
  branch:   "v3.7.0"
  commit:   "5d057f6"
git-subrepo:
  version:  "0.4.6"
  commit:   "affc4c01a"
2023-10-14 13:22:13 -07:00

32 lines
273 B
Plaintext

Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
*.dylib
# Folders
build*/
cmake-build*/
install/
html/
!doc/html/
test/datastore_*/
test/conf_*
# Emacs
*~
\#*\#
.\#*
# Eclipse
.cproject
.project
.settings/
.vscode/
.idea/
# Mac
.DS_Store