g: add asm to the list of extensions

This commit is contained in:
Russ Cox 2009-06-09 09:25:49 -07:00
parent 735f014c33
commit fc9f53d454

2
bin/g
View file

@ -30,7 +30,7 @@ case $# in
;;
1)
pattern="$1"
files=`/bin/ls *.[bcChlmy] *.cc *.cs *.lx *.cgi *.pl *.py *.tex *.ms *.java *.xy 2>/dev/null |
files=`/bin/ls *.[bcChlmy] *.asm *.cc *.cs *.lx *.cgi *.pl *.py *.tex *.ms *.java *.xy 2>/dev/null |
9 grep -v '\.tab?\.[ch]$'`
;;
*)