summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLeo (Sunpeng) Li <sunpeng.li@amd.com>2018-03-22 14:29:41 -0400
committerLeo (Sunpeng) Li <sunpeng.li@amd.com>2018-05-02 10:13:30 -0400
commit5b30790fa26a5291992e7e84ddc24a321f3d6fda (patch)
treec01b3a8ddc7a5b9da55477234ee71c8f3b940375 /.gitignore
parent523785809d55f8f9e9f6658ab3e7788f31c398f1 (diff)
Build to root dir instead.
The build dir was suppose to contain any compiled objects for easy gitignoring. However, only we only ended up with one executable. Signed-off-by: Leo (Sunpeng) Li <sunpeng.li@amd.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8ec7cb1..60bcd8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+# Custom executable
+demo
+
# Prerequisites
*.d