Author: xclaesse Date: Sun Feb 17 20:56:55 2008 New Revision: 647 URL: http://svn.gnome.org/viewvc/empathy?rev=647&view=rev
Log: Add tags in .gitignore Using ctags (vi) or etags (emacs) generates a tags or TAGS file. Do not show theses files in `git-status`. Modified: trunk/.gitignore Modified: trunk/.gitignore ============================================================================== --- trunk/.gitignore (original) +++ trunk/.gitignore Sun Feb 17 20:56:55 2008 @@ -40,3 +40,5 @@ mkinstalldirs omf.make compile +tags +TAGS _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.