[meta-intel] [PATCH] add .gitignore

Mikko Ylinen mikko.ylinen at linux.intel.com
Mon Oct 9 05:31:09 PDT 2017


oe-selftest leaves python bytecode around for the selftests it
has found making git status dirty.

Add .gitignore that hides those files from git. While we're at it,
ignore some other common patterns too.

Signed-off-by: Mikko Ylinen <mikko.ylinen at linux.intel.com>
---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..ae174429
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*.pyc
+*.pyo
+*.swp
+*.orig
+*.rej
+*~
-- 
2.11.0



More information about the meta-intel mailing list