.gitignore raw

   1  # Build subdirectories.
   2  /*build*
   3  !/build-aux
   4  !/build_msvc
   5  
   6  *.pyc
   7  
   8  # Only ignore unexpected patches
   9  *.patch
  10  !contrib/guix/patches/*.patch
  11  !depends/patches/**/*.patch
  12  
  13  /CMakeUserPresets.json
  14  
  15  # Previous releases
  16  /releases
  17  
  18  #build tests
  19  test/lint/test_runner/target/
  20  
  21  /guix-build-*
  22  
  23  /ci/scratch/
  24  
  25  # opencode session logs and working notes - not release material
  26  session-*.md
  27  migrate.md
  28  *.bak
  29  test/delay/delaybench
  30  .aider*
  31