Skip to content

Commit

Permalink
gitignore: cleanups #2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Tokarev committed Apr 28, 2014
1 parent a27b045 commit 5d77c8f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .gitignore
Expand Up @@ -18,8 +18,8 @@
/*-darwin-user
/*-linux-user
/*-bsd-user
libdis*
libuser
/libdis*
/libuser
/linux-headers/asm
/qga/qapi-generated
/qapi-generated
Expand Down Expand Up @@ -52,7 +52,6 @@ libuser
/fsdev/virtfs-proxy-helper
/fsdev/virtfs-proxy-helper.1
/fsdev/virtfs-proxy-helper.pod
/.gdbinit
*.a
*.aux
*.cp
Expand Down Expand Up @@ -81,12 +80,8 @@ libuser
*.pc
.libs
.sdk
*.swp
*.orig
.pc
*.gcda
*.gcno
patches
/pc-bios/bios-pq/status
/pc-bios/vgabios-pq/status
/pc-bios/optionrom/linuxboot.asm
Expand Down

0 comments on commit 5d77c8f

Please sign in to comment.