diff options
author | ficus <ficus@robocracy.org> | 2012-11-17 02:54:33 +0100 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-11-17 02:54:33 +0100 |
commit | 522377caa2409ecf196e1ce98af1b2569a0bb53d (patch) | |
tree | aac0a8b8688598f1ba79d4dd3a23e5e1d5e26a6b /.gitignore | |
parent | 6f5e3d051f59d617d27f284ad95a336f8a68bb57 (diff) | |
download | torouter-live-522377caa2409ecf196e1ce98af1b2569a0bb53d.tar.gz torouter-live-522377caa2409ecf196e1ce98af1b2569a0bb53d.zip |
remove transient files and include .gitignore
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 |