diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ # Ignore IDE and editor project files .vscode +.vs # Ignore build output +build/ cfws *.o |
![]() |
index : cfws | |
| A simple HTTP server specialized for local testing |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | .gitignore | 2 |
@@ -1,6 +1,8 @@ # Ignore IDE and editor project files .vscode +.vs # Ignore build output +build/ cfws *.o |