Skip to content

Commit

Permalink
tag .hh files
Browse files Browse the repository at this point in the history
  • Loading branch information
Baris Metin committed Jun 15, 2011
1 parent 05ddaa5 commit 4a0fae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etags-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ if [[ -f TAGS ]]
then
rm TAGS
fi
find . -name '*.c' -o -name '*.h' -o -name '*.py' -o -name '*.cc' | xargs -n 1 etags --append
find . -name '*.c' -o -name '*.h' -o -name '*.hh' -o -name '*.py' -o -name '*.cc' | xargs -n 1 etags --append

0 comments on commit 4a0fae0

Please sign in to comment.