[yocto] [psplash][PATCH 2/3] add initial .gitignore
Richard Leitner
richard.leitner at skidata.com
Wed Apr 13 06:57:51 PDT 2016
This initial version of .gitignore contains all files created during a
build.
Signed-off-by: Richard Leitner <richard.leitner at skidata.com>
---
.gitignore | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7cf14ed
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,20 @@
+configure
+config.h
+config.h.in
+config.log
+config.status
+config.guess
+config.sub
+depcomp
+Makefile
+Makefile.in
+install-sh
+missing
+aclocal.m4
+autom4te.cache/
+.deps/
+*.o
+
+psplash
+psplash-write
+stamp-h1
--
2.1.4
More information about the yocto
mailing list