diff options
author | Leo (Sunpeng) Li <sunpeng.li@amd.com> | 2018-03-22 14:29:41 -0400 |
---|---|---|
committer | Leo (Sunpeng) Li <sunpeng.li@amd.com> | 2018-05-02 10:13:30 -0400 |
commit | 5b30790fa26a5291992e7e84ddc24a321f3d6fda (patch) | |
tree | c01b3a8ddc7a5b9da55477234ee71c8f3b940375 /.gitignore | |
parent | 523785809d55f8f9e9f6658ab3e7788f31c398f1 (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-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# Custom executable +demo + # Prerequisites *.d |