[oe-commits] Philip Balister : .gitignore : Ignore *.pyc files.

GIT User account git at amethyst.openembedded.net
Thu Apr 9 13:22:41 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: 2633db745a30303aec09bb1309898a396bfa9406
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2633db745a30303aec09bb1309898a396bfa9406

Author: Philip Balister <philip at balister.org>
Date:   Thu Apr  9 08:48:26 2009 -0400

.gitignore : Ignore *.pyc files.
              Needed to ignore pyc files created in the copy of bitbake
              run from openembedded/bitbake.

    Signed-off-by: Philip Balister <philip at balister.org>
    Acked-by: Koen Kooi <koen at openembedded.org>

---

 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2f78cf5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.pyc
+





More information about the Openembedded-commits mailing list