diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2024-02-14 08:36:23 +0100 |
---|---|---|
committer | Yegor Yefremov <yegorslists@googlemail.com> | 2024-02-14 08:36:23 +0100 |
commit | 29d237bcb70ebebd5f97cfd94583d90a1a87217a (patch) | |
tree | 7954c3f1ec6160216db4018d6adbd4c4a88bd502 | |
parent | ef126455b880a68ace0c58a2f0b29c41828e2509 (diff) |
.gitignore: ignore Visual Studio Code directory and file
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,3 +2,5 @@ *.bz2 *.pyc tags +/.vscode +/cscope.out |