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.

Ignoring Compilation errors - Java

I have around 1500 files to compile, in which 15-20 files have compilation errors. These files are not under my control, …

java command ignore
What should be contained in a global source code control ignore pattern for Visual Studio 2010?

After installing and using Visual Studio 2010, I'm seeing some newer file types (at least with C++ projects ... don't know about …

c++ visual-studio-2010 visual-studio version-control ignore
Add to svn:ignore greyed out in subclipse

I have some files which I can't add to svn:ignore using subclipse and I don't know why. The usual …

eclipse svn subclipse ignore svnignore
What can cause JUnit to disregard @Ignore annotations?

I just used MyEclipse to automatically generate some JUnit test cases. One of the generated methods looks like this: @Ignore("…

java junit ignore
Python shutil copytree: use ignore function to keep specific files types

I'm trying to figure out how to copy CAD drawings (".dwg", ".dxf) from a source directory with subfolders to a …

python ignore copytree
Promise: Ignore Catch and Return to Chain

Is it possible to ignore a catch and return back to the chain? promiseA() // <-- fails with 'missing' reason .…

javascript promise ignore chain
Ignore OpenMP on machine that does not have it

I have a C++ program using OpenMP, which will run on several machines that may have or not have OpenMP …

c++ c openmp ignore
Subversion: ignore modifications to a file locally on one client only

Is it possible to ignore changes to a file in subversion locally on one client only, without propagating the ignore …

svn ignore
gitignore, how to exclude a specific directory

I'm trying to utilize a .gitignore file to exclude a specific directory, but I'm having some trouble. I looked up …

git repository gitignore ignore
Exclude some files on svn command line commit (not svn:ignore)

I'm developing with many people. I check out remote repository, get 3 file. After edit, run: svn status It shows: M …

svn commit ignore revert