diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-12-30 09:29:51 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-12-30 09:29:51 -0700 |
commit | 00fb7e6f65faf72a85c72f3775e49345aeb7442f (patch) | |
tree | 0e7e7e231809e08ad7751db55715aaaa7a91d825 /.gitignore | |
parent | e9ca0738a4b18032151af42baca1f88629408d52 (diff) | |
download | stage-00fb7e6f65faf72a85c72f3775e49345aeb7442f.tar.gz stage-00fb7e6f65faf72a85c72f3775e49345aeb7442f.tar.bz2 stage-00fb7e6f65faf72a85c72f3775e49345aeb7442f.tar.xz stage-00fb7e6f65faf72a85c72f3775e49345aeb7442f.zip |
It now builds for windows, cool.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,3 +2,5 @@ stage | |||
2 | .build_cache | 2 | .build_cache |
3 | .*.swp | 3 | .*.swp |
4 | *.o | 4 | *.o |
5 | *.win_o | ||
6 | libbu++ | ||