use --no-ignore option

This commit is contained in:
Sébastien Loriot
2011-05-04 14:24:43 +00:00
parent e4f17622eb
commit 6433f2e2c2
+1 -1
View File
@@ -29,7 +29,7 @@ echo Cleaning $REPO_DIR
REGEXP='ProgramOutput\.|CMakeFiles|CMakeLists.txt|\.moc$|CMakeCache\.txt|error\.txt|cmake_install\.cmake|Makefile|doc_html|doc_pdf|\.pdflg$|\.ilg$|\.cgallog$|\.blg$|\.bak$|\.hax$|\.aux$|\.maf$|demo.*\/qrc_.*\.cxx|demo.*\/ui_.*\.h'
INITIAL=`svn status $1| awk '{if ($1 =="?" ) print $2 }'`
INITIAL=`svn status --no-ignore $1| awk '{if ($1 =="?" || $1=="I" ) print $2 }'`
#first get executable files