ffignore on a per-project basis.
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 18 Feb 2013 15:36:34 -0500 |
parents |
decdb5dbce23
|
children |
103f13addfd2
|
branches/tags |
(none) |
files |
bin/myctags |
Changes
--- a/bin/myctags Mon Feb 18 15:07:17 2013 -0500
+++ b/bin/myctags Mon Feb 18 15:36:34 2013 -0500
@@ -6,7 +6,7 @@
mv tags tags1
-ffind '.js' --literal | grep -Ev '(.min.js|jquery[-.].*.js|third-party|fixtures|rosetta|soundcloud|.json$|sample.dfxp|swfobject|flowplayer)' | xargs jsctags -f tags2
+ffind '.js' --literal | xargs jsctags -f tags2
echo '!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/' > tags