Skip to content
  • Kyle Evans's avatar
    .gitignore: simplify tests/frontend rules · 32618954
    Kyle Evans authored
    Just assume that everything in tests/frontend should be ignored, unless it's
    a *.sh or *.in file, with exception to test_environment.sh which is
    generated from test_environment.sh.in.
    
    This reduces the maintenance effort while still making it pretty clear why
    a file in this directory is being ignored if it shouldn't be.
    32618954