[PATCH 3/3] Ignore the tag files that are generated by Makefile

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Vasil Velichckov vasil_vel at abv.bg
Wed Sep 18 17:04:29 UTC 2013


Tag files are generated by Makefile tags and ctags targets
	make tags
	make ctags
---
 .gitignore |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 1bb2d00..8196f74 100644
--- a/.gitignore
+++ b/.gitignore
@@ -65,3 +65,7 @@ tests/testsuite.log
 
 *.pc
 config.*
+
+# Tag files
+tags
+TAGS
-- 
1.7.10.4





More information about the OpenBSC mailing list