Skip to content

Commit 5d77c8f

Browse files
author
Michael Tokarev
committed
gitignore: cleanups Torlus#2
A few more cleanups for .gitignore file. The final goal is to have only files in there which are generated during build. Things like .orig or .gdbinit are definitely not generated during build. Also, anchor a few more build-time directories. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
1 parent a27b045 commit 5d77c8f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.gitignore

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
/*-darwin-user
1919
/*-linux-user
2020
/*-bsd-user
21-
libdis*
22-
libuser
21+
/libdis*
22+
/libuser
2323
/linux-headers/asm
2424
/qga/qapi-generated
2525
/qapi-generated
@@ -52,7 +52,6 @@ libuser
5252
/fsdev/virtfs-proxy-helper
5353
/fsdev/virtfs-proxy-helper.1
5454
/fsdev/virtfs-proxy-helper.pod
55-
/.gdbinit
5655
*.a
5756
*.aux
5857
*.cp
@@ -81,12 +80,8 @@ libuser
8180
*.pc
8281
.libs
8382
.sdk
84-
*.swp
85-
*.orig
86-
.pc
8783
*.gcda
8884
*.gcno
89-
patches
9085
/pc-bios/bios-pq/status
9186
/pc-bios/vgabios-pq/status
9287
/pc-bios/optionrom/linuxboot.asm

0 commit comments

Comments
 (0)