From 0d9d17554280bf9d19ce2db84bd29b5c5743d454 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Sun, 21 Apr 2019 17:07:07 -0600 Subject: Initial commit --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3-70-g09d2