diff options
author | Rob Landley <rob@landley.net> | 2015-04-05 19:21:39 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-04-05 19:21:39 -0500 |
commit | dabd89c86484595a8a44f0ba38b0f28825c72e64 (patch) | |
tree | 79715e19645d6a04f0438bc9362a1f22c44f69bd /.gitignore | |
parent | 1dd3704c5ffea926f61a96bb7de7d9dbee52fa44 (diff) | |
download | toybox-dabd89c86484595a8a44f0ba38b0f28825c72e64.tar.gz |
Bite the bullet and switch over to git.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..22491d95 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +syntax: glob +.config* +change/ +generated/ +kconfig/mconf +kconfig/conf +toybox +toybox_unstripped |