# HG changeset patch # User Steve Losh # Date 1361219794 18000 # Node ID e7773a3a2eb7ffbdb753f8aba4fc6898f9ddd98a # Parent decdb5dbce23420d2f991f1ba5815ad459d02b54 ffignore on a per-project basis. diff -r decdb5dbce23 -r e7773a3a2eb7 bin/myctags --- 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