Skip to content

Commit

Permalink
exclude cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyever committed May 11, 2024
1 parent f1db047 commit e11082a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintrunner.toml
Expand Up @@ -208,6 +208,7 @@ exclude_patterns = [
# CUDA files are also excluded.
'**/fb/**',
'**/*pb.h',
'**/cmath',
'aten/**/cuda/*pp',
'c10/xpu/**/*.h',
'c10/xpu/**/*.cpp',
Expand All @@ -227,7 +228,6 @@ exclude_patterns = [
'third_party/**/*',
'torch/csrc/api/**',
'torch/csrc/autograd/generated/**',
'torch/csrc/distributed/**/*.cu',
'torch/csrc/distributed/autograd/*',
'torch/csrc/distributed/rpc/*',
'torch/csrc/dynamo/eval_frame.h',
Expand Down

0 comments on commit e11082a

Please sign in to comment.