aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2009-04-09 08:48:26 -0400
committerPhilip Balister <philip@balister.org>2009-04-09 08:48:26 -0400
commit2633db745a30303aec09bb1309898a396bfa9406 (patch)
treed111c255fc06c8c272673ce6d8c49af78ee656e6 /.gitignore
parentf028f4b58d259f0356b4c64cde7afcd19116e899 (diff)
downloadopenembedded-2633db745a30303aec09bb1309898a396bfa9406.tar.gz
.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@balister.org> Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000..2f78cf5b66
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.pyc
+