- 
                Notifications
    You must be signed in to change notification settings 
- Fork 293
Add generated symlinks to .gitignore #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Closed
      
      
    
                
     Closed
            
            
          Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    Added these symlinks: lrwxrwxrwx 1 root 7 2011-03-11 16:30 ocaml/license/v6d -> v6d.opt lrwxrwxrwx 1 root 19 2011-03-11 16:30 ocaml/license/v6d-reopen-logs -> v6d-reopen-logs.opt lrwxrwxrwx 1 root 13 2011-03-11 16:32 ocaml/ptoken/genptoken -> genptoken.opt lrwxrwxrwx 1 root 20 2011-03-11 16:30 ocaml/xenops/memory_breakdown -> memory_breakdown.opt lrwxrwxrwx 1 root 12 2011-03-11 16:30 ocaml/xenops/squeezed -> squeezed.opt lrwxrwxrwx 1 root 19 2011-03-11 16:30 ocaml/xenops/squeezed_client -> squeezed_client.opt Signed-off-by: Mike McClurg <mike.mcclurg@citrix.com>
| Approved. | 
| Build succeeded. Can merge mcclurmc/xen-api@db11af4 with 8aca8de. | 
    
  sharady 
      pushed a commit
        to sharady/xen-api
      that referenced
      this pull request
    
      May 11, 2015 
    
    
      
  
    
      
    
  
CP-10125: Add IGD_passthrough to video_card
    
  koushikcgit 
      pushed a commit
        to koushikcgit/xen-api
      that referenced
      this pull request
    
      Aug 7, 2015 
    
    
      
  
    
      
    
  
Update to new libxl bindings, and switch to async ops
    
  jonludlam 
      pushed a commit
        to jonludlam/xen-api
      that referenced
      this pull request
    
      Nov 18, 2015 
    
    
      
  
    
      
    
  
CA-182497: Raise an API error when xs-tools iso mounted on a VM
    
  kc284 
      pushed a commit
        to kc284/xen-api
      that referenced
      this pull request
    
      Mar 11, 2021 
    
    
      
  
    
      
    
  
CP-13391: Convert C# samples to .NET 4.5 and VS2013; use https by def…
    
  robhoes 
      pushed a commit
        to robhoes/xen-api
      that referenced
      this pull request
    
      Jul 6, 2021 
    
    
      
  
    
      
    
  
…_leak Fix connection leak in Lwt client
    
  robhoes 
      pushed a commit
      that referenced
      this pull request
    
      Sep 14, 2021 
    
    
      
  
    
      
    
  
Check actual datasource values rather than just list lengths
    
  robhoes 
      pushed a commit
      that referenced
      this pull request
    
      Sep 14, 2021 
    
    
      
  
    
      
    
  
CP-26596: Ported build from oasis to jbuilder.
    
  robhoes 
      pushed a commit
      that referenced
      this pull request
    
      Sep 14, 2021 
    
    
      
  
    
      
    
  
Remove redundant definitions of (|>) pipe
    
  psafont 
      pushed a commit
        to psafont/xen-api
      that referenced
      this pull request
    
      Sep 20, 2021 
    
    
      
  
    
      
    
  
CP-29015: Set correct ciphers for stunnel client
    
  robhoes 
      pushed a commit
        to robhoes/xen-api
      that referenced
      this pull request
    
      Sep 21, 2021 
    
    
      
  
    
      
    
  
[opam/next] Updates to make xs-opam build on next
    
  robhoes 
      pushed a commit
        to robhoes/xen-api
      that referenced
      this pull request
    
      Nov 23, 2021 
    
    
      
  
    
      
    
  
Completed port to dune.
    
  lindig 
      pushed a commit
        to lindig/xen-api
      that referenced
      this pull request
    
      Dec 17, 2021 
    
    
      
  
    
      
    
  
Merge ppx-ely into master for OCaml 4.02.3 and PPX
    
  psafont 
      added a commit
        to psafont/xen-api
      that referenced
      this pull request
    
      Jan 10, 2022 
    
    
      
  
    
      
    
  
CP-34942: update to nbd-unix
    
  edwintorok 
      pushed a commit
        to edwintorok/xen-api
      that referenced
      this pull request
    
      Jan 22, 2024 
    
    
  
              This pull request was closed.
            
          
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
We've got a few makefile-generated symlinks to .opt binaries that haven't yet been added to .gitignore. I'm adding them now so that 'git status' shows a clean branch even if these symlinks are there.