projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cff3db
)
make top-level .gitignore only apply to top-level files/directories (#1960)
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 25 Jun 2007 10:54:32 +0000
(10:54 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 25 Jun 2007 10:54:32 +0000
(10:54 +0000)
SVN-Revision: 7728
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index b45af33f0d528a2c9f2fd7ded1608553f3b0c9a5..b9a191f9d9a23f2fbd6dbdb2ae878dd2a2f96936 100644
(file)
--- 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