]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
ignore .sh files
authorRudolf Polzer <divverent@xonotic.org>
Fri, 2 Sep 2011 18:17:22 +0000 (20:17 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 2 Sep 2011 18:17:22 +0000 (20:17 +0200)
scripts/shader-audit.sh

index 4c318dc42456bd1e489055a42e10351b4e1c5775..d11c1a469053f7c5468c0e851d6ab820bb16a0f7 100755 (executable)
@@ -394,7 +394,7 @@ for X in *.shader; do
 done
 rm -f "$t"
 
-textures_avail=`( cd ..; find textures/ -type f -not -name '*_norm.*' -not -name '*_glow.*' -not -name '*_gloss.*' -not -name '*_reflect.*' -not -name '*.xcf' ) | while IFS= read -r T; do normalize "$T"; done | sort -u`
+textures_avail=`( cd ..; find textures/ -type f -not -name '*.sh' -not -name '*_norm.*' -not -name '*_glow.*' -not -name '*_gloss.*' -not -name '*_reflect.*' -not -name '*.xcf' ) | while IFS= read -r T; do normalize "$T"; done | sort -u`
 textures_used=`echo "${textures_used#$LF}" | sort -u`
 
 echo "$textures_used$LF$textures_used$LF$textures_avail" | sort | uniq -u | while IFS= read -r L; do