mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 05:29:53 +00:00
21 lines
230 B
Plaintext
21 lines
230 B
Plaintext
|
# Ignore source control directories
|
||
|
.git
|
||
|
.svn
|
||
|
|
||
|
# Ignore build directories
|
||
|
build
|
||
|
dist
|
||
|
|
||
|
# Ignore dependency directories
|
||
|
node_modules
|
||
|
vendor
|
||
|
|
||
|
# Ignore temporary files
|
||
|
*.log
|
||
|
*.tmp
|
||
|
|
||
|
# Ignore environment files
|
||
|
.env
|
||
|
|
||
|
# Ignore tests
|
||
|
tests
|