diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-25 10:54:32 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-25 10:54:32 +0000 |
commit | de8728ba86a16f46ac36195bc300a76a78828243 (patch) | |
tree | 16b0fa8124d0a16bdfc25f529a0b946c2df68e96 /.gitignore | |
parent | 70f88f1dad8a99250e5f3b7ff028e6970ebb89c5 (diff) |
make top-level .gitignore only apply to top-level files/directories (#1960)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7728 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore index b45af33f0..b9a191f9d 100644 --- a/.gitignore +++ b/.gitignore @@ -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 |