Skip to content
Snippets Groups Projects
Commit dabb99df authored by Vladimír Štill's avatar Vladimír Štill
Browse files

releng: Make *.flags interesting for version hash.

parent 93620854
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ empty="0000000000000000000000000000000000000000";
cd $from
interesting='.*(\.c$|\.cpp$|\.hpp$|\.h$|\.cc$|\.hh$)';
interesting='.*(\.c$|\.cpp$|\.hpp$|\.h$|\.cc$|\.hh$|\.flags$)';
boring='\.orig$|~$';
if test -e releng/manifest; then
manifest=`cat releng/manifest`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment