diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2229cd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +*.o +*.a +*.pyc +*~ +*.swp +.* +*.tmp +*.old +cache/ +.build/ +chroot/ +binary/ +build.log +chroot.packages.install +chroot.packages.live +binary.contents +binary.packages +binary.img +config/binary +config/bootstrap +config/chroot +config/common +config/source |