diff options
author | Wander Lairson Costa <wander.lairson@gmail.com> | 2020-09-08 15:43:02 -0300 |
---|---|---|
committer | Adeel Kazmi <adeel.kazmi@samsung.com> | 2021-01-05 18:48:53 +0000 |
commit | d2be74daa3c2702c825fcf8144874c07b75bab0a (patch) | |
tree | a6da155b2e24b0a811e9f1c2e1613365ea348e2d /.gitignore | |
parent | fd72b2661f9469dcec25f404fa556661349eae52 (diff) | |
download | dali-demo-d2be74daa3c2702c825fcf8144874c07b75bab0a.tar.gz dali-demo-d2be74daa3c2702c825fcf8144874c07b75bab0a.tar.bz2 dali-demo-d2be74daa3c2702c825fcf8144874c07b75bab0a.zip |
Support building on macOS
Change-Id: Icf83a291c03bef8253d896be8a55454357554a83
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -72,4 +72,5 @@ simple-image-wall.js /build/tizen/tests-reel/*.dir /build/tizen/tests-reel/*.vcxproj /build/tizen/tests-reel/*.vcxproj.filters - +.clangd/ +compile_commands.json |