diff options
author | Charlie Shepherd <masterdriverz@gentoo.org> | 2007-11-06 23:12:03 +0000 |
---|---|---|
committer | Charlie Shepherd <masterdriverz@gentoo.org> | 2007-11-06 23:12:03 +0000 |
commit | 5bc74b666e079df219e075b2d41c9a0be34b5721 (patch) | |
tree | 731a5d396db1903ad99e21d306a804fb4b59c12b /.hgignore | |
parent | 59f757e4d7162ce24b4630c38460c33196a0bfc5 (diff) | |
download | toybox-5bc74b666e079df219e075b2d41c9a0be34b5721.tar.gz |
Add .hgignore file
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000..0e118399 --- /dev/null +++ b/.hgignore @@ -0,0 +1,7 @@ +syntax: glob +.config* +gen_config.h +kconfig/mconf +toys/help.h +toybox +toybox_unstripped |