diff options
author | Keith Burns (alagalah) <alagalah@gmail.com> | 2018-02-06 07:14:41 -0800 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2018-02-07 21:23:20 +0000 |
commit | df41cf62d8360bdabb5e0174297790a2ffb7e840 (patch) | |
tree | a41116c99284f58509855955e3eb64db2f335a97 | |
parent | 3d460bd9bed8e1b77609ef404018ecfac7c29e9e (diff) |
Update gitignore for cmake
Change-Id: Icd50432a60e194c0526a7d28b93e99ceb6f2013b
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3f8f3c4c4d6..a5e4c14f03e 100644 --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,8 @@ test-driver .project .cproject .vscode/ +CMakeLists.txt +cmake-build*/ # cscope and ctags /cscope.* |