diff options
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | docs/.gitignore | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -9,4 +9,8 @@ build.* etc/nng.sublime-workspace cmake-build-* docs/**/*.html +compile_commands.txt +compile_flags.txt +.zed +.nova *~ diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 00000000..7585238e --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1 @@ +book |
