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 6384923
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T02:50:07+00:00 2026-05-25T02:50:07+00:00

In my .gitignore file I have tmp/**/* What files does it exclude? Will it

  • 0

In my .gitignore file I have

tmp/**/*

What files does it exclude? Will it exclude all tmp and files/folders under it?

My other question is, is this different from the following?

tmp/*

Edit:

Reason I ask is because I a have this

.vimbackup/**/*

but it is NOT ignoring a file like .vimbackup/.somebackup~

However, if I do

.vimbackup/*

it DOES ignore the file .vimbackup/.somebackup~ Seems kinda backwards to me

  • 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-25T02:50:07+00:00Added an answer on May 25, 2026 at 2:50 am

    Usually that notation means to include any subdirectory within tmp. And then files within those directories too (because of the additional /*)

    It includes sub-directories recursively as well. So tmp/billy/bob/* will be ignored as well as tmp/banjo/* and so on…

    That being said. I’ve never used git… so I could be wrong. But many IDEs and version control programs use that notation.

    Just noticed your second question. Yes it is different from just tmp/* Which will ignore all files, but not directories and their respective files.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

this is probably naive question: i have file config.yml which is in .gitignore file
I have a gitignore file that makes git ignore *.dll files, and that is
I have many large files under project/public/deploy/. All the rest is my source codes.
I am aware of using .gitignore file to exclude some files being added, but
I have created a .gitignore file in the folder with the .git folder, but
If my .gitignore file has tmp\ in it and I do a git add
How can I add an exception to .gitignore, like ignore all the .dll files
Is there a simple way to setup different .gitignore files for different remotes? I
I have a .gitignore file in my project directory and I placed the following
I have the following .gitignore file *.pyc project/app/dist/* project/bin/* project/etc/* project/var/* !README.txt So far

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.