projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70f88f1
)
make top-level .gitignore only apply to top-level files/directories (#1960)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 25 Jun 2007 10:54:32 +0000
(10:54 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 25 Jun 2007 10:54:32 +0000
(10:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7728
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
b45af33
..
b9a191f
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
This page took
0.032748 seconds
and
4
git commands to generate.