summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMikko Ylinen <mikko.ylinen@linux.intel.com>2017-10-09 15:31:09 +0300
committerSaul Wold <sgw@linux.intel.com>2017-10-09 11:59:31 -0700
commitc8728c70cb19dde48181b6c03409ced520f76326 (patch)
treeb04e6bf6cb59d10eaba8e87d896686111c9bf4bb /.gitignore
parent9f9b61b91f0901dc63aa0fcfd36f1152b5661b55 (diff)
downloadmeta-intel-c8728c70cb19dde48181b6c03409ced520f76326.tar.gz
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 <mikko.ylinen@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..ae174429
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
1*.pyc
2*.pyo
3*.swp
4*.orig
5*.rej
6*~