mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-18 13:38:07 +00:00
11 lines
163 B
Plaintext
11 lines
163 B
Plaintext
# Include the README
|
|
include *.md
|
|
|
|
# Include the license file
|
|
include LICENSE
|
|
|
|
# Exclude SWIG/C files
|
|
global-exclude pybddisasm/*.c
|
|
global-exclude pybddisasm/*.i
|
|
|