[oe] [meta-java][PATCH 4/6] meta-java: avoid garbadge files making noise when gitting around :)

Jens Rehsack rehsack at gmail.com
Thu Oct 15 11:54:04 UTC 2015


Adding a .gitignore file ignoring the typical noise when applying patches,
working with common editors and so on. Based on .gitignore of meta-openembedded.

Signed-off-by: Jens Rehsack <sno at netbsd.org>
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..51a512c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.bak
+*.orig
+*.rej
+*.swp
-- 
2.3.8 (Apple Git-58)

-- 
Jens Rehsack - rehsack at gmail.com




More information about the Openembedded-devel mailing list