diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2019-04-21 17:07:07 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2019-04-21 17:07:07 -0600 |
commit | 0d9d17554280bf9d19ce2db84bd29b5c5743d454 (patch) | |
tree | 49f78b1e7dc4937483245c13053f03fc584ac83c /.gitignore | |
download | sycltest-0d9d17554280bf9d19ce2db84bd29b5c5743d454.tar.gz sycltest-0d9d17554280bf9d19ce2db84bd29b5c5743d454.tar.bz2 sycltest-0d9d17554280bf9d19ce2db84bd29b5c5743d454.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7285b8b --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# CLion stuff +.idea +cmake-build-* + +# Vim stuff +*.swp + +# My CMake build +build + +# Test artifacts +sycltest +*.o +*.s +*.ll |