File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- #  This file should only ignore things that are generated during a build,
2- #  generated by common IDEs, and optional files controlled by the user
3- #  that affect the build (such as config.toml).
1+ #  This file should only ignore things that are generated during a `x.py` build,
2+ #  generated by common IDEs, and optional files controlled by the user that
3+ #  affect the build (such as config.toml).
4+ #  In particular, things like `mir_dump` should not be listed here; they are only
5+ #  created during manual debugging and many people like to clean up instead of
6+ #  having git ignore such leftovers. You can use `.git/info/exclude` to
7+ #  configure your local ignore list.
48#  FIXME: This needs cleanup.
59* ~ 
610. #* 
@@ -52,3 +56,4 @@ config.stamp
5256Session.vim 
5357.cargo 
5458no_llvm_build 
59+ #  Before adding new lines, see the comment at the top.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments