diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,4 +1,6 @@ -# Ignore executable binary -cfws +# Ignore IDE and editor project files +.vscode -.vscode
\ No newline at end of file +# Ignore build output +cfws +*.o |