[lxc-devel] [PATCH 1/3] gitignore: add TAGS files

Tycho Andersen tycho.andersen at canonical.com
Mon Aug 10 17:12:17 UTC 2015


Somehow our `make tags` target generates TAGS and not tags, so let's ignore
that too.

Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 3cb5bfb..35d89f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -150,5 +150,6 @@ patches
 *.orig
 *.rej
 tags
+TAGS
 
 doc/api/doxygen_sqlite3.db
-- 
2.1.4



More information about the lxc-devel mailing list