You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crail.apache.org by PepperJo <gi...@git.apache.org> on 2018/10/24 08:50:47 UTC

[GitHub] incubator-crail pull request #50: [Git] add gitignore

GitHub user PepperJo opened a pull request:

    https://github.com/apache/incubator-crail/pull/50

    [Git] add gitignore

    Add gitignore to avoid accidentially adding binaries,
    IDE files, etc.
    
    https://jira.apache.org/jira/browse/CRAIL-69
    
    Signed-off-by: Jonas Pfefferle <pe...@apache.org>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/PepperJo/incubator-crail gitignore

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-crail/pull/50.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #50
    
----
commit 69e3c6750d0f17a91b88ef48cbc7e47c753d5ca4
Author: Jonas Pfefferle <pe...@...>
Date:   2018-10-24T08:45:32Z

    [Git] add gitignore
    
    Add gitignore to avoid accidentially adding binaries,
    IDE files, etc.
    
    https://jira.apache.org/jira/browse/CRAIL-69
    
    Signed-off-by: Jonas Pfefferle <pe...@apache.org>

----


---

[GitHub] incubator-crail issue #50: [Git] add gitignore

Posted by animeshtrivedi <gi...@git.apache.org>.
Github user animeshtrivedi commented on the issue:

    https://github.com/apache/incubator-crail/pull/50
  
    Otherwise it will always shows as (this one file lingering around) 
    ```bash
    On branch master
    Untracked files:
      (use "git add <file>..." to include in what will be committed)
    
    	.gitignore
    
    nothing added to commit but untracked files present (use "git add" to track)
    ```


---

[GitHub] incubator-crail issue #50: [Git] add gitignore

Posted by PepperJo <gi...@git.apache.org>.
Github user PepperJo commented on the issue:

    https://github.com/apache/incubator-crail/pull/50
  
    why?


---

[GitHub] incubator-crail issue #50: [Git] add gitignore

Posted by PepperJo <gi...@git.apache.org>.
Github user PepperJo commented on the issue:

    https://github.com/apache/incubator-crail/pull/50
  
    No, once it is merged it will not show as untracked since only files which are not part of the git repository show up there:
    `$ git status
    On branch gitignore
    Your branch is up to date with 'origin/gitignore'.
    
    nothing to commit, working tree clean
    `


---

[GitHub] incubator-crail pull request #50: [Git] add gitignore

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-crail/pull/50


---