diff options
| author | Stefan Boberg <[email protected]> | 2021-11-03 14:28:14 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-11-03 14:28:14 +0100 |
| commit | 3de4c9e930a3357b93c46a6c9144a36e2f073ec7 (patch) | |
| tree | d3010a672680fcc07d6479ef20ebcf903f0f3a39 /.gitignore | |
| parent | Fixed unused variable warning (diff) | |
| download | zen-3de4c9e930a3357b93c46a6c9144a36e2f073ec7.tar.xz zen-3de4c9e930a3357b93c46a6c9144a36e2f073ec7.zip | |
Add /vsxmake* to .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bf237a7b3..590f38abc 100644 --- a/.gitignore +++ b/.gitignore @@ -225,3 +225,5 @@ tags .tags !tags/ /compile_commands.json + +/vsxmake*/ |