Add *.o and *~ to .gitignore
authorJuha Riihimäki <juhriihi@esdhcp035236.research.nokia.com>
Thu, 5 Feb 2009 11:27:02 +0000 (13:27 +0200)
committerJuha Riihimäki <juhriihi@esdhcp035236.research.nokia.com>
Thu, 5 Feb 2009 11:27:02 +0000 (13:27 +0200)
Makes life a bit more pleasant when working with git.

.gitignore

index 6fdc7e7..4c7b079 100644 (file)
@@ -30,7 +30,9 @@ qemu-nbd.pod
 *.tp
 *.vr
 *.d
+*.o
 .pc
 patches
 pc-bios/bios-pq/status
 pc-bios/vgabios-pq/status
+*~