diff options
author | Rob Landley <rob@landley.net> | 2016-02-10 23:30:45 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-02-10 23:30:45 -0600 |
commit | d5a17e1a219d30a923aad2cbcb7110bc9942c5d8 (patch) | |
tree | 0d61b5fb5ab9d4690faa41e0f99b2af80dd2a28a /.gitignore | |
parent | df07fb73be98dc1087346c184877666970a88f4a (diff) | |
download | toybox-d5a17e1a219d30a923aad2cbcb7110bc9942c5d8.tar.gz |
Ignore .singlemake.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ syntax: glob .config* +.single* change/ generated/ kconfig/mconf |