summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2019-04-21 17:07:07 -0600
committerTuowen Zhao <ztuowen@gmail.com>2019-04-21 17:07:07 -0600
commit0d9d17554280bf9d19ce2db84bd29b5c5743d454 (patch)
tree49f78b1e7dc4937483245c13053f03fc584ac83c /.gitignore
downloadsycltest-0d9d17554280bf9d19ce2db84bd29b5c5743d454.tar.gz
sycltest-0d9d17554280bf9d19ce2db84bd29b5c5743d454.tar.bz2
sycltest-0d9d17554280bf9d19ce2db84bd29b5c5743d454.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
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