rat-excludes 597 Bytes
Newer Older
1
# subdirectories
2 3 4 5
3rdparty
.github
jvm
tutorials
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27

# Binary or data files
.*\.css
.*\.ipynb
.*\.html
.*\.pyc
.*\.so
.*\.json
.*\.txt
.*\.svg
.*\.lst
.*\.xcodeproj
.*\.lproj
.*\.plist
.*\.lds
.*\.in
.*\.diff
.*\.edl
.*\.md5
.*\.csv
.*\.mk
.*\.log
28 29
.*\.interp
.*\.tokens
30 31

# Generated modules
32
.*\.egg-info
33
.*gen_modules
34 35 36 37 38 39
.*doxygen
core.cpp
build
_static
_build
.*~
40
\#..*\#
41
\.#.*
42

43 44 45 46 47
# Relay parser
RelayLexer.py
RelayParser.py
RelayVisitor.py

48 49 50 51
# Specific files
package-list
MANIFEST
.gitignore
52
.gitattributes
53 54
.gitmodules
.clang-format
55
.bash_history
56 57 58 59
rat-excludes
__init__.py
pylintrc
config.cmake
60
Cargo.lock