diff options
author | Michael Tokarev | 2014-04-27 13:02:26 +0200 |
---|---|---|
committer | Michael Tokarev | 2014-04-28 06:55:31 +0200 |
commit | 5d77c8f9b61fbcbf26bb9647935df57a1eed6c05 (patch) | |
tree | 75a9a96e5ae86651740fe4c694fcf3309e0c7421 /.gitignore | |
parent | tests/.gitignore: Ignore test-rfifolock (diff) | |
download | qemu-5d77c8f9b61fbcbf26bb9647935df57a1eed6c05.tar.gz qemu-5d77c8f9b61fbcbf26bb9647935df57a1eed6c05.tar.xz qemu-5d77c8f9b61fbcbf26bb9647935df57a1eed6c05.zip |
gitignore: cleanups #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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index 2748526e25..8a5270973e 100644 --- a/.gitignore +++ b/.gitignore @@ -18,8 +18,8 @@ /*-darwin-user /*-linux-user /*-bsd-user -libdis* -libuser +/libdis* +/libuser /linux-headers/asm /qga/qapi-generated /qapi-generated @@ -52,7 +52,6 @@ libuser /fsdev/virtfs-proxy-helper /fsdev/virtfs-proxy-helper.1 /fsdev/virtfs-proxy-helper.pod -/.gdbinit *.a *.aux *.cp @@ -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 |