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.

MySQL Duplicate error with ALTER IGNORE TABLE

I have a table in my MySQL with duplicates. I try to delete the duplicates and keep one entry. I …

mysql duplicates ignore mysql-error-1062
Laravel 4 No tests found in TestCase

I'm having some problems with phpunit. When I execute a test, phpunit give me these warnings: 1) Warning No tests found …

phpunit ignore testcase
Moshi ignore field in Kotlin

I want to know how to ignore a Kotlin class field when using Moshi. I've found this answer for Java (…

json kotlin ignore serialization moshi
ClearCase and Eclipse: How to hide/ignore files?

I'm working with Eclipse and ClearCase and we're facing the problem that there's no "ignore"-feature in ClearCase and we're …

eclipse version-control clearcase ignore
SVN ignoring hidden files (.project .pydevproject and . files)

I want to ignore some hidden files (like .project and .pydevproject) in SVN. They are already in our trunk at …

svn ignore svnignore
SVN with Xcode 4 Ignore List

For Xcode 3 I always added *.mod1v3 and *.pbxuser to svn:ignore. Which are the user-specific files in Xcode4? My …

svn xcode4 ignore
LINQ WHERE statement/ignore conditions

I need to ignore some or all conditions in WHERE statement if parameter is null or empty F.E: I …

c# linq where ignore conditional-statements
Override .dockerignore file when using ADD

I have one Rockerfile that builds 4 images; I also have one central .dockerignore file. For one of the images I …

docker overriding ignore
How do I configure BeyondCompare to ignore SCM replaced text in comments?

I do have some text sequences that are replaced by the SCM (Perforce in my case). I do want to …

version-control perforce ignore beyondcompare
How to ignore new changes to a tracked file with git?

When I run git status: $ git status # On branch master # Changes not staged for commit: # (use "git add/rm <…

git gitignore ignore