jacktasia / dumb-jump

an Emacs "jump to definition" package for 50+ languages
GNU General Public License v3.0
1.57k stars 150 forks source link

add wildcards to .dumbjump configuration #403

Open rubic opened 3 years ago

rubic commented 3 years ago

When I'm in a Python/Django project, schema changes will generate code in /migrations/ directories in each app, which will cause a lot of false hits with dumb-jump.

Would it be possible in .dumbjump to ignore all migrations directories, wherever they appear in the project, e.g.:

-*migrations