summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-11-17 06:07:15 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-11-17 06:16:27 +0100
commit653278b62e5bbea89467787d110d6abb6fccdba2 (patch)
tree18927f3fb39581101e2b6f2da41fd241dcc99807 /.gitignore
parent0d53841e3381c60cd6901aaae14bad181ae5fa4d (diff)
Initial upload of genskel as host toolHEADmaster
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--.gitignore11
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