git users complain this breaks for them

This commit is contained in:
Campbell Barton 2011-02-28 19:48:56 +00:00
parent 7348a50d79
commit fa42cf671a
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ def is_svn_file(filename):
def is_project_file(filename):
return (is_c_any(filename) or is_cmake(filename)) and is_svn_file(filename)
return (is_c_any(filename) or is_cmake(filename)) # and is_svn_file(filename)
def cmake_advanced_info():