diff options
| author | Stefan Boberg <[email protected]> | 2021-09-04 22:29:28 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-04 22:29:28 +0200 |
| commit | 3acc83bbcb8a44b513a252890c7ba6d42c93004e (patch) | |
| tree | 29d4c1e961df072f0af1b5845e6a6cfa2b0169a8 | |
| parent | Silence unused parameter warning (diff) | |
| download | zen-3acc83bbcb8a44b513a252890c7ba6d42c93004e.tar.xz zen-3acc83bbcb8a44b513a252890c7ba6d42c93004e.zip | |
Added .xmake/ folder to .gitignore file
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ec48d2e39..27ff65485 100644 --- a/.gitignore +++ b/.gitignore @@ -217,6 +217,7 @@ __pycache__/ .data/ .minio_data/ .test/ +.xmake/ # Tags TAGS |