diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2020-10-22 20:19:37 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2020-10-22 20:19:37 -0600 |
commit | c699af920419025f86f284917385f8de5efd8fd3 (patch) | |
tree | 4c920ca9c8ee063913921623a7f8a4647d30bdbc /.gitignore | |
parent | 5ae0da8484744859e09fad869b44dccdb5f66f2f (diff) | |
download | sycltest-c699af920419025f86f284917385f8de5efd8fd3.tar.gz sycltest-c699af920419025f86f284917385f8de5efd8fd3.tar.bz2 sycltest-c699af920419025f86f284917385f8de5efd8fd3.zip |
update
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,11 +5,15 @@ cmake-build-* # Vim stuff *.swp +# vscode +.vscode + # My CMake build build # Test artifacts sycltest +subgroup *.o *.s *.ll |