* [meta-qt5][PATCH] Add .gitignore to ignore .pyc/.pyo files
@ 2016-02-29 22:27 Paul Eggleton
0 siblings, 0 replies; only message in thread
From: Paul Eggleton @ 2016-02-29 22:27 UTC (permalink / raw)
To: openembedded-devel
Since we just added lib/ containing python modules, we should really
ignore any compiled python objects since they will be produced if the
code is executed.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..52e4e61
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.pyc
+*.pyo
--
2.5.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-29 22:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-29 22:27 [meta-qt5][PATCH] Add .gitignore to ignore .pyc/.pyo files Paul Eggleton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox