mirror of
https://github.com/nigelbarink/R3c0v3r.git
synced 2026-02-14 10:20:50 +00:00
15 lines
122 B
Plaintext
15 lines
122 B
Plaintext
# ignore binary directories
|
|
bin/
|
|
build/
|
|
results/
|
|
rsc/
|
|
# Ignore Visual studio
|
|
.vs/
|
|
obj/
|
|
*.vcxproj.user
|
|
*.vcxproj
|
|
*.sln
|
|
|
|
|
|
|