diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,8 +1,8 @@ -.config* -bin -build_* -toolchain_build_* -staging_dir_* -tmp -dl -tool_build +/.config* +/bin +/build_* +/toolchain_build_* +/staging_dir_* +/tmp +/dl +/tool_build |