git subrepo clone (merge) --branch=v3.6.1 https://github.com/nats-io/nats.c.git deps/nats.c
subrepo: subdir: "deps/nats.c" merged: "66cec7f" upstream: origin: "https://github.com/nats-io/nats.c.git" branch: "v3.6.1" commit: "66cec7f" git-subrepo: version: "0.4.6" commit: "b8b46501e"
This commit is contained in:
29
deps/nats.c/.gitignore
vendored
Normal file
29
deps/nats.c/.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Folders
|
||||
build*/
|
||||
cmake-build*/
|
||||
install/
|
||||
html/
|
||||
!doc/html/
|
||||
|
||||
# Emacs
|
||||
*~
|
||||
\#*\#
|
||||
.\#*
|
||||
|
||||
# Eclipse
|
||||
.cproject
|
||||
.project
|
||||
.settings/
|
||||
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Mac
|
||||
.DS_Store
|
||||
|
Reference in New Issue
Block a user