Skip to content

Commit c68e10b

Browse files
Tommi VirtanenJunio C Hamano
authored andcommitted
[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>
1 parent 88db5f8 commit c68e10b

File tree

5 files changed

+65
-0
lines changed

5 files changed

+65
-0
lines changed

.gitignore

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
git-apply
2+
git-build-rev-cache
3+
git-cat-file
4+
git-checkout-cache
5+
git-clone-pack
6+
git-commit-tree
7+
git-convert-cache
8+
git-daemon
9+
git-diff-cache
10+
git-diff-files
11+
git-diff-helper
12+
git-diff-stages
13+
git-diff-tree
14+
git-export
15+
git-fetch-pack
16+
git-fsck-cache
17+
git-get-tar-commit-id
18+
git-hash-object
19+
git-http-pull
20+
git-init-db
21+
git-local-pull
22+
git-ls-files
23+
git-ls-tree
24+
git-merge-base
25+
git-merge-cache
26+
git-mktag
27+
git-pack-objects
28+
git-patch-id
29+
git-peek-remote
30+
git-prune-packed
31+
git-read-tree
32+
git-receive-pack
33+
git-rev-list
34+
git-rev-parse
35+
git-rev-tree
36+
git-send-pack
37+
git-show-branch
38+
git-show-index
39+
git-show-rev-cache
40+
git-ssh-pull
41+
git-ssh-push
42+
git-stripspace
43+
git-tar-tree
44+
git-unpack-file
45+
git-unpack-objects
46+
git-update-cache
47+
git-update-server-info
48+
git-upload-pack
49+
git-var
50+
git-verify-pack
51+
git-write-tree

Documentation/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.xml
2+
*.html
3+
*.1
4+
*.7
5+
howto-index.txt

debian/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
git-core
2+
git-tk
3+
*.debhelper
4+
*.substvars
5+
build-stamp
6+
files

templates/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blt

tools/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
git-mailinfo
2+
git-mailsplit

0 commit comments

Comments
 (0)