[ 
https://issues.apache.org/jira/browse/SPARK-19562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Armin Braun updated SPARK-19562:
--------------------------------
    Description: 
It's basically in the title.
Running the build and tests as instructed by the Readme creates the folder 
`dev/pr-deps` that is not covered by the gitignore leaving us with this:

{code:none}
➜  spark git:(master) ✗ 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)

        dev/pr-deps/
{code}

I think that folder should be added to the gitignore.

  was:
It's basically in the title.
Running the build and tests as instructed by the Readme creates the folder 
`dev/pr-deps` that is not covered by the gitignore leaving us with this:

{code:bash}
➜  spark git:(master) ✗ 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)

        dev/pr-deps/
{code}

I think that folder should be added to the gitignore.


> Gitignore Misses Folder dev/pr-deps
> -----------------------------------
>
>                 Key: SPARK-19562
>                 URL: https://issues.apache.org/jira/browse/SPARK-19562
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 2.1.0
>         Environment: Applies to all Environments
>            Reporter: Armin Braun
>            Priority: Trivial
>
> It's basically in the title.
> Running the build and tests as instructed by the Readme creates the folder 
> `dev/pr-deps` that is not covered by the gitignore leaving us with this:
> {code:none}
> ➜  spark git:(master) ✗ 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)
>       dev/pr-deps/
> {code}
> I think that folder should be added to the gitignore.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to