git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a6018bb
)
Add .depend directories to .gitignore
author
Jonathan Nieder
<redacted>
Thu, 15 Apr 2010 07:35:20 +0000
(
02:35
-0500)
committer
Junio C Hamano
<redacted>
Thu, 15 Apr 2010 07:53:08 +0000
(
00:53
-0700)
The makefile snippets that would land in these directories are already
being ignored. Ignore the directories instead so they don’t show up
in ‘git clean -n’ output.
Signed-off-by: Jonathan Nieder <redacted>
Signed-off-by: Junio C Hamano <redacted>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 4c2415276fe88677b9b33f9e40b30d3a43f89a33..561401b2b5cab632afad901c3b886545a3ddd405 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-178,7
+178,7
@@
*.exe
*.[aos]
*.py[co]
-*.o.d
+.depend/
*+
/config.mak
/autom4te.cache
git clone https://git.99rst.org/PROJECT