Skip to content

Commit

Permalink
[CI] Ensure rat ignores rust cargo lock files [CI] Ensure rat ignores…
Browse files Browse the repository at this point in the history
… emacs backup files [CI] Ensure rat ignores .egg-info (#3314)
  • Loading branch information
mshawcroft authored and tqchen committed Jun 7, 2019
1 parent 08890e4 commit ca017a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/lint/rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@
.*\.log

# Generated modules
.*\.egg-info
.*gen_modules/*
.*doxygen
core.cpp
build
_static
_build
.*~
\#..*\#

# Specific files
package-list
Expand All @@ -44,3 +46,4 @@ rat-excludes
__init__.py
pylintrc
config.cmake
Cargo.lock

0 comments on commit ca017a3

Please sign in to comment.