diff options
| author | Martin Ridgers <[email protected]> | 2021-10-12 14:34:58 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-11-26 12:51:16 +0100 |
| commit | 1c3d4b6c5f72389cc2035d8ea4f7967861dc562c (patch) | |
| tree | 4a1e3d703a92d6ef52956e47a6f694abf7a8e56b | |
| parent | Sponsor PIDs were getting truncated to 16 bits which isn't portable (diff) | |
| download | zen-1c3d4b6c5f72389cc2035d8ea4f7967861dc562c.tar.xz zen-1c3d4b6c5f72389cc2035d8ea4f7967861dc562c.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 5433b71f8..1787366b3 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,8 @@ build/ [Bb]in/ [Oo]bj/ [Ll]og/ +vsxmake20*/ +vs20*/ # Visual Studio Code options directory .vscode/ |