diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-11-17 06:07:15 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-11-17 06:16:27 +0100 |
commit | 653278b62e5bbea89467787d110d6abb6fccdba2 (patch) | |
tree | 18927f3fb39581101e2b6f2da41fd241dcc99807 /.gitignore | |
parent | 0d53841e3381c60cd6901aaae14bad181ae5fa4d (diff) |
This change exports the genskel tool from the af-binder repo into its own source tree.
The tools is a generator that needs to execute on the compile host.
Bug-AGL: SPEC-941
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5e902eb --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +autom4te.cache +config.log +build/* +!.gitignore +.dep.inc +CMakeFiles/ +CMakeCache.txt +Makefile +cmake_install.cmake +*.so +.vscode |