diff options
author | André Draszik <andre.draszik@jci.com> | 2018-08-13 11:09:28 +0100 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2018-08-13 14:09:37 +0200 |
commit | 08916616df0775c448840ddfbeb44a28a983e5d1 (patch) | |
tree | 3673e816207d1ddabba2cd14820aa09d6de6afe1 | |
parent | 09a28b67f1b904b4daaad1ad8b33069eefca0880 (diff) | |
download | meta-java-08916616df0775c448840ddfbeb44a28a983e5d1.tar.gz meta-java-08916616df0775c448840ddfbeb44a28a983e5d1.tar.bz2 meta-java-08916616df0775c448840ddfbeb44a28a983e5d1.zip |
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-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ *.bak *.orig +*.pyc *.rej *.swp |