summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Draszik <andre.draszik@jci.com>2018-08-13 11:09:28 +0100
committerRichard Leitner <richard.leitner@skidata.com>2018-08-13 14:09:37 +0200
commit08916616df0775c448840ddfbeb44a28a983e5d1 (patch)
tree3673e816207d1ddabba2cd14820aa09d6de6afe1
parent09a28b67f1b904b4daaad1ad8b33069eefca0880 (diff)
downloadmeta-java-08916616df0775c448840ddfbeb44a28a983e5d1.tar.gz
gitignore: ignore new python byte-code files
Since we run oeqa tests, we get python byte-code in the source tree here. Ignore them to clean-up the git status Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 51a512c..8e5c599 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
1*.bak 1*.bak
2*.orig 2*.orig
3*.pyc
3*.rej 4*.rej
4*.swp 5*.swp