Top "Ignore" questions

Many source control systems have an "ignore"-file mechanism that specifies files that should not be committed or tracked in version control.

How do I make Git ignore file mode (chmod) changes?

I have a project in which I have to change the mode of files with chmod to 777 while developing, but …

git ignore chmod
How to git ignore subfolders / subdirectories?

I have a lot of projects in my .Net solution. I would like to exclude all "bin/Debug" and "bin/…

git directory ignore gitignore
How do I configure git to ignore some files locally?

Can I ignore files locally without polluting the global git config for everyone else? I have untracked files that are …

git ignore gitignore
Git command to show which specific files are ignored by .gitignore

I am getting my feet wet with Git and have the following issue: My project source tree: / | +--src/ +----refs/ +----... | +…

git ignore
When and why do I need to use cin.ignore() in C++?

I wrote a very basic program in C++ which asked the user to input a number and then a string. …

c++ cin getline ignore
How to ignore deprecation warnings in Python

I keep getting this : DeprecationWarning: integer argument expected, got float How do I make this message go away? Is there …

python warnings deprecated ignore
How to remove files that are listed in the .gitignore but still on the repository?

I have some files in my repository that should be ignored, i added them to the .gitignore but, of course, …

git ignore gitignore
Git diff -w ignore whitespace only at start & end of lines

I love to use git diff -w to ignore whitespace differences. But, I just noticed that it ignores even whitespace …

git diff whitespace ignore
Is there an ignore command for git like there is for svn?

I am a new user to git and I am starting a new project. I have a bunch of dot …

git gitignore ignore
git ignore vim temporary files

What is the correct way to make git ignore temporary files produced by vim in all directories (either globally across …

git vim ignore temporary-files