From c8728c70cb19dde48181b6c03409ced520f76326 Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Mon, 9 Oct 2017 15:31:09 +0300 Subject: add .gitignore 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 Signed-off-by: Saul Wold --- .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 +*~ -- cgit v1.2.3-54-g00ecf