Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1014175
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T10:12:51+00:00 2026-05-16T10:12:51+00:00

In Ryan Bates’ Railscast about git , his .gitignore file contains the following line:

  • 0

In Ryan Bates’ Railscast about git, his .gitignore file contains the following line:

tmp/**/*

What is the purpose of using the double asterisks followed by an asterisk as such: **/*?
Would using simply tmp/* instead of tmp/**/* not achieve the exact same result?

Googling the issue, I found an unclear IBM article about it, and I was wondering if someone could clarify the issue.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T10:12:52+00:00Added an answer on May 16, 2026 at 10:12 am

    It says to go into all the subdirectories below tmp, as well as just the content of tmp.

    e.g. I have the following:

    $ find tmp
    tmp
    tmp/a
    tmp/a/b
    tmp/a/b/file1
    tmp/b
    tmp/b/c
    tmp/b/c/file2
    

    matched output:

    $ echo tmp/*
    tmp/a tmp/b
    

    matched output:

    $ echo tmp/**/*
    tmp/a tmp/a/b tmp/a/b/file1 tmp/b tmp/b/c tmp/b/c/file2
    

    It is a default feature of zsh, to get it to work in bash 4, you perform:

    shopt -s globstar
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using jquery_token_input after following Ryan Bates railscast #258 and this is the code
I've been following through Ryan Bates' railscast on using cancan but am stumped as
I've been following Ryan Bates Railscast on Subdomains http://railscasts.com/episodes/221-subdomains-in-rails-3 and using lvh.me to serve
I have created a new project using devise login according to Ryan Bates' railscast
I'm using declarative roles , a Ryan Bates 'railscast' tutorial. I would like to
I'm following Ryan Bates' declarative authorization railscast. I'm trying to add functionality for author
I am creating a nested form and using Ryan Bates Railscast. I am creating
I'm using Ryan Bates' excellent scope_builder to conditionally build a new named scope to
I was going through Ryan Bates' video on Active Merchant integration video Railscast #145
I found this in Ryan Bates' railscast site, but not sure how it works.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.