This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
git
Watch
0
Star
0
Fork
0
You've already forked git
mirror of
https://github.com/git/git.git
synced
2024-12-01 22:13:45 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fa4701601a
git
/
Documentation
/
.gitignore
8 lines
63 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[PATCH] git bugfixes and cleanups, mainly Debian things Ignore generated files. Signed-off-by: Tommi Virtanen <tv@debian.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
2005-08-26 19:00:05 +08:00
*.xml
*.html
Ignore all man sections as they are generated files. Signed-off-by: Brian Gernhardt <benji@silverinsanity.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
2007-04-24 08:02:34 +08:00
*.[1-8]
Add Documentation/cmd-list.made to .gitignore Noticed by Randal L. Schwartz. Signed-off-by: Junio C Hamano <junkio@cox.net>
2007-04-09 13:14:16 +08:00
*.made
[PATCH] git bugfixes and cleanups, mainly Debian things Ignore generated files. Signed-off-by: Tommi Virtanen <tv@debian.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
2005-08-26 19:00:05 +08:00
howto-index.txt
Fix documentation dependency generation. Documentation/Makefile spent a lot of time to generate include dependencies, which was quite noticeable especially during "make clean". Rewrite it to generate just a single dependency file. Signed-off-by: Junio C Hamano <junkio@cox.net>
2005-11-08 10:21:51 +08:00
doc.dep
Documentation: Generate command lists. This moves the source of the list of commands and categorization to the end of Documentation/cmd-list.perl, so that re-categorization and re-ordering would become easier to manage. Signed-off-by: Junio C Hamano <junkio@cox.net>
2007-01-19 08:02:13 +08:00
cmds-*.txt
Reference in New Issue
Copy Permalink