rat-excludes 521 Bytes
Newer Older
1
# subdirectories
2 3
3rdparty
.github
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19

# Binary or data files
.*\.ipynb
.*\.pyc
.*\.so
.*\.json
.*\.txt
.*\.svg
.*\.lst
.*\.lds
.*\.in
.*\.diff
.*\.edl
.*\.md5
.*\.csv
.*\.log
20 21
.*\.interp
.*\.tokens
22 23

# Generated modules
24
.*\.egg-info
25
.*gen_modules
26 27 28 29 30 31
.*doxygen
core.cpp
build
_static
_build
.*~
32
\#..*\#
33
\.#.*
34

35
# Relay parser: they are generated by ANTLR.
36 37 38 39
RelayLexer.py
RelayParser.py
RelayVisitor.py

40 41 42 43
# Specific files
package-list
MANIFEST
.gitignore
44
.gitattributes
45 46
.gitmodules
.clang-format
47
.bash_history
48
rat-excludes
49
Cargo.lock