Skip to content

Commit

Permalink
make top-level .gitignore only apply to top-level files/directories (…
Browse files Browse the repository at this point in the history
…#1960)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7728 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
nbd committed Jun 25, 2007
1 parent 70f88f1 commit de8728b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit de8728b

Please sign in to comment.