On 03/24/15 00:20, Anders Roxell wrote:
Correct gitignore when using ctags generated by make
Signed-off-by: Anders Roxell <[email protected]>
---
.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 3d74f23..2a90e7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,7 +27,7 @@ libtool
pkgconfig/libodp.pc
.deps/
cscope.out
-tags
+TAGS
lib/
doc/output
test-driver
Why did you remove tags? I use 'ctags -R .' it generates tags file. And
I don't want to have it in staged files to commit.
Maxim.
_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp