diff options
| author | Martin Ridgers <[email protected]> | 2021-10-12 14:34:58 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-10-12 14:34:58 +0200 |
| commit | 6c7f45d0b34cac84f0a3717071fde966fc8d654a (patch) | |
| tree | 727e3aa60147b05ff91bab500537cc89290e552a | |
| parent | Misplaced nodiscard attribute (diff) | |
| download | zen-6c7f45d0b34cac84f0a3717071fde966fc8d654a.tar.xz zen-6c7f45d0b34cac84f0a3717071fde966fc8d654a.zip | |
Added "xmake project" output to .gitignore
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bf237a7b3..4ceeab867 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,8 @@ bld/ [Bb]in/ [Oo]bj/ [Ll]og/ +vsxmake20*/ +vs20*/ # Visual Studio Code options directory .vscode/ |