Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Ryan Scott's avatar
    5464845a
    Add driver/ghci/ghci-wrapper.cabal to .gitignore · 5464845a
    Ryan Scott authored and Marge Bot's avatar Marge Bot committed
    After commit 55ef3bdc, running `./configure`
    now generates a `driver/ghci/ghci-wrapper.cabal` file from
    `driver/ghci/ghci-wrapper.cabal.in`, which pollutes the `git` tree:
    
    ```
    $ git status
    On branch master
    Your branch is up to date with 'origin/master'.
    
    Untracked files:
      (use "git add <file>..." to include in what will be committed)
            driver/ghci/ghci-wrapper.cabal
    
    nothing added to commit but untracked files present (use "git add" to track)
    ```
    
    Since `driver/ghci/ghci-wrapper.cabal` is autogenerated, the sensible thing to
    do is to add it to `.gitignore`. While I was in town, I also added the standard
    `*.in` file disclaimer to `driver/ghci/ghci-wrapper.cabal.in`.
    
    [ci skip]
    5464845a
    History
    Add driver/ghci/ghci-wrapper.cabal to .gitignore
    Ryan Scott authored and Marge Bot's avatar Marge Bot committed
    After commit 55ef3bdc, running `./configure`
    now generates a `driver/ghci/ghci-wrapper.cabal` file from
    `driver/ghci/ghci-wrapper.cabal.in`, which pollutes the `git` tree:
    
    ```
    $ git status
    On branch master
    Your branch is up to date with 'origin/master'.
    
    Untracked files:
      (use "git add <file>..." to include in what will be committed)
            driver/ghci/ghci-wrapper.cabal
    
    nothing added to commit but untracked files present (use "git add" to track)
    ```
    
    Since `driver/ghci/ghci-wrapper.cabal` is autogenerated, the sensible thing to
    do is to add it to `.gitignore`. While I was in town, I also added the standard
    `*.in` file disclaimer to `driver/ghci/ghci-wrapper.cabal.in`.
    
    [ci skip]
Code owners
Assign users and groups as approvers for specific file changes. Learn more.