diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-25 10:54:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-25 10:54:32 +0000 |
commit | 2cccffcba8a550dd5239eea0edcc833d5c416671 (patch) | |
tree | 0d2af984a1a38fa3027c9400afb414c02223d621 /.gitignore | |
parent | 8cff3db9996c08e587fcfbfe893b19c29b77aa83 (diff) | |
download | upstream-2cccffcba8a550dd5239eea0edcc833d5c416671.tar.gz upstream-2cccffcba8a550dd5239eea0edcc833d5c416671.tar.bz2 upstream-2cccffcba8a550dd5239eea0edcc833d5c416671.zip |
make top-level .gitignore only apply to top-level files/directories (#1960)
SVN-Revision: 7728
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore index b45af33f0d..b9a191f9d9 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 |