Home | History | Annotate | Download | only in subzero
      1 # Ignore filename patterns wherever they appear
      2 *~
      3 *.o
      4 *.orig
      5 *.pyc
      6 *.swp
      7 .#*
      8 \#*
      9 
     10 # Ignore specific patterns at the top-level directory
     11 /pnacl-sz
     12 /build/
     13 /crosstest/Output/
     14 
     15 # Ignore WASM torture tests
     16 /torture-s/
     17 /torture-s2wasm-sexpr-wasm/
     18