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 <[email protected]> --- .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 - [email protected] -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
