Re: [kvm-unit-tests PATCH] gitignore: Add tags file to .gitignore

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 09/06/21 16:02, Siddharth Chandrasekaran wrote:
Add ctags tags file to .gitignore so they don't get checked-in
accidentally.

Signed-off-by: Siddharth Chandrasekaran <sidcha@xxxxxxxxx>
---
  .gitignore | 1 +
  1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 784cb2d..8534fb7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+tags
  .gdbinit
  *.a
  *.d


If you're using them, you might consider adding the Makefile rules to create the files. Alternatively, you can add "tags" to your global ~/.git/info/exclude.

Having the file but not the rules feels like the worst of both worlds...




[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux