Tagged Questions
The ignore tag has no wiki summary.
155
votes
3answers
21k views
How do I make git ignore mode changes (chmod)?
I have a project in which I have to change the mode of files (chmod) to 777 while developing, but which should not change in the main repo.
git picks up on chmod -R 777 . and marks all files as ...
43
votes
3answers
16k views
Mercurial ignore file
I'm trying to get Mercurial to ignore a configuration file, but I'm failing to get it working.
I have created a repository on my server with hg init and cloned that repository to my computer. I then ...
36
votes
9answers
10k views
Can you “ignore” a file in Perforce?
I sometimes use the feature 'Reconcile Offline Work...' found in Perforce's P4V IDE to sync up any files that I have been working on while disconnected from the P4 depot. It launches another window ...
30
votes
3answers
6k views
Ignore modified (but not committed) files in git?
Can i tell git to ignore files that are modified (deleted) but should not be committed?
The situation is that i have a subdir in the repo which contains stuff I'm not interested in at all, so I ...
21
votes
2answers
3k views
Conditionally ignoring tests in JUnit 4
OK, so the @Ignore annotation is good for marking that a test case shouldn't be run.
However, sometimes I want to ignore a test based on runtime information. An example might be if I have a ...
20
votes
3answers
11k views
How do I configure the TortoiseSVN 'Global ignore pattern' properly?
I would like TortoiseSVN (1.5.3) to ignore certain folders, their contents and certain other files wherever they might appear in my directory hierarchy but I cannot get the global ignore string right.
...
18
votes
5answers
4k views
How can I delete all unversioned/ignored files/folders in my working copy?
If I have a working copy of a Subversion repository, is there a way to delete all unversioned or ignored files in that working copy with a single command or tool? Essentially, I'm looking for the SVN ...
17
votes
6answers
8k views
git, don't show me *.pyc in the list of untracked files!
When doing:
>git status
It shows a big list of .pyc files under "untracked files". I don't want it to show these, as it adds noise.
In other words, how do I make git ignore .pyc files all the ...
16
votes
4answers
4k views
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 to the whole repository.
The particular problem I'm dealing with is that I've ...
15
votes
7answers
7k views
SVN: Ignore some directories recursively
I don't want any directory named build or dist to go into my SVN no matter how deep in the tree it is.
Is this possible? In git I just put
build
dist
in my .gitignore at the root and it ...
14
votes
1answer
3k views
Is there a way to ignore a single FindBugs warning?
With PMD, if you want to ignore a specific warning, you can use // NOPMD to have that line be ignored.
Is there something similar for FindBugs?
11
votes
2answers
2k views
How to I add something to the .gitignore so that the match is not recursive?
How to I add something to the .gitignore so that the match is not recursive?
For example, I wish to ignore the directory foo and the file bar.txt in the current directory, but not any that exist in ...
10
votes
2answers
80 views
My div does not exists after loading my pixel
I have a pixel and when I load it, it says:
a call to document.write() from an asynchronously-loaded external script was ignored
and then displays:
document.getElementById('gospixel') is null
...
10
votes
5answers
2k views
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 the system or locally for a single project)?
10
votes
1answer
3k views
working with .git/info/exclude too late
I usually do this:
git init
git add .
git commit .
And then I realize that it's about to add my nbproject directory, which I want excluded/ignored. Sometimes, I even check in this directory. Had I ...
9
votes
2answers
6k views
Git ignore sub folders
I have a lot of projects in my .Net solution. I would like to exclude all "bin/Debug" and "bin/Release" folders (and their contents), but still include the "bin" folder itself and any dll's contained ...
9
votes
2answers
3k views
git ignore files only locally
Can I ignore files locally without polluting the global git config for everyone else? I have untracked files that are spam in my git status but I don't want to commit git config changes for every ...
9
votes
4answers
7k views
Python UnicodeDecodeError - Am I misunderstanding encode?
Any thoughts on why this isn't working? I really thought 'ignore' would do the right thing.
>>> 'add \x93Monitoring\x93 to list '.encode('latin-1','ignore')
Traceback (most recent call ...
8
votes
4answers
10k views
How to ignore SSL certificate errors in Apache HttpClient 4.0
How do I bypass invalid SSL certificate errors with Apache HttpClient 4.0?
8
votes
11answers
4k views
How to keep SVN from updating a directory already in repository
This isn't, I don't think, a standard svn ignore question.
I have a repository with a huge directory in it that I don't want. Because others using the repository do, I can't just delete it from the ...
7
votes
1answer
2k views
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 differences in the middle of lines. How could I only ignore whitespace differences that ...
7
votes
2answers
954 views
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 configure BeyondCompare to consider these sequences as unimportant differences in order to be able to ...
7
votes
4answers
11k views
How to ignore parent css style
I'm wondering how to ignore a parent style and use the default style (none). I'll show my specific case as an example but I'm pretty sure this is a general question.
<style>
#elementId select {
...
7
votes
4answers
3k views
Git ignore file for VB.NET projects
I wan to place a VB.NET project under Git control in Windows (was previously under Visual Source Safe - long sad story of repository corruption, etc.). How should I set up the ignore file? The ...
7
votes
4answers
3k views
Ignore SVN ignore… possible?
So I have some files I want to ignore in a subversion repository, but I don't want my ignore patterns for this to be propagated to the repository.
In other words, I added some private files in my ...
6
votes
4answers
381 views
MySQL's INSERT IGNORE INTO & foreign keys
Why in MySQL, INSERT IGNORE INTO does not change the foreign key constrain errors into warnings?
I'm trying to insert a number of records into a table and I expect MySQL to leave out the ones that ...
6
votes
3answers
1k views
How to configure hudson to ignore changes under specified SVN folders?
I'm looking for a way to ignore changes under specified SVN folders in Hudson.
It's the same thing as exclude folders in TeamCity and filters in CC.Net.
I haven't found any configuration option under ...
5
votes
3answers
142 views
How can I perform a diff that ignores all comments?
I have a large codebase that was forked from the original project and I'm trying to track down all the differences from the original. A lot of the file edits consist of commented out debugging code ...
5
votes
2answers
2k views
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 first intent would be to add the folders xcuserdata and project.xcworkcpace to ...
5
votes
2answers
958 views
SQLAlchemy INSERT IGNORE
How can I insert multiple data records into table ignoring duplicates. I am using SQLAlchemy.
Thank you!
5
votes
5answers
1k views
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 files that I would like to ignore. Is there an ignore command for git like there is for svn?
5
votes
3answers
3k views
Ignoring Eclipse project files in SVN project
I have a PHP project set up in Eclipse with SVN support. Now, Eclipse adds its project files .buildpath and .project to the project and Subclipse wants to add it to the repository.
Now I could just ...
5
votes
5answers
1k views
Nunit ignore all tests
I can add an attribute on a test to ignore it
[Test]
[Ignore("Foo Bar")]
Is there anyway to ignore all tests in a file (at the TestFixture level) ?
4
votes
6answers
156 views
JUnit @Ignore usefulness?
In JUnit you can use @Ignore before methods to tell the test runner to automatically skip those tests. From what I can gather, this is really only a convenient way to document/mark off incomplete/no ...
4
votes
3answers
246 views
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("Ignored") @Test
public void testCreateRevision()
{
fail("Not yet ...
4
votes
2answers
139 views
Ignoring a directory chain in git?
I need to ignore the following.
In paths like /a/b/c/d/e/f/g, I need to ignore /d/e/f/g. I also need to be able to ignore every place /d/e/f/g appears beneath a. I tried d/e/f/g, but that did not ...
4
votes
2answers
184 views
How can I diff two files, but ignore differences in Perl/C/C++ comments?
I would like to take the diff of two source code files, but I don't want it to report any differences for lines that only contain a programming language comment. The types of comments I would like it ...
4
votes
2answers
1k views
Accurev: how to ignore contents of a directory but not the directory
I have a "project" directory which has an .acignore file containing:
out/*
The "project" directory contains the checked-in "out" directory. But i want to ignore anything in the "out" directory tree.
...
4
votes
2answers
621 views
Mercurial/.hgignore - How do I ignore everything but the contents of a folder?
I have a NetBeans project and the Mercurial repository is in the project root. I would like it to ignore everything except the contents of the "src" and "test" folders, and .hgignore itself.
I'm not ...
4
votes
1answer
2k views
mercurial .hgignore - won't ignore files
I'm trying to ignore a file in my project with .hgignore, and just can't figure it out. The file is located in app/views/patterns/_changes.erb (relative to the root of the project, where .hgignore ...
4
votes
2answers
176 views
Bazaar: Ignoring files locally but not in centralized repository?
We have a centralized development server, with everyone working from local checkouts. How can we ignore a specific directory only in our local repositories and not in the centralized repository?
Some ...
4
votes
4answers
4k views
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 having regularly checked-in files that shouldn't have been checked in.
In ...
4
votes
1answer
218 views
Get Emacs to ignore *.orig files
I end up having a bunch of *.orig files sitting around, from hg reverts. It's annoying when I find myself editing foo.c.orig instead of foo.c by mistake. (I use ido-mode and the first match is not ...
3
votes
3answers
44 views
Ignoring certain commands in the wrong vim window
It's pretty common that I'm in a quickfix, nerdtree, or other special window and hit Ctrl-O, thinking I'm in my main window. What I'm trying to do is go back to my previous location in my main ...
3
votes
2answers
112 views
split function for c++
Is there a split type function for C++ similar to java. I know of ignore, but I don't quite understand it, and how it'll work for my case. Can someone help me?
My input is similar to:
{
item = ...
3
votes
4answers
219 views
Ignoring .svn directories with Wix Heat?
I'm using the Heat tool to generate Wix markup to include a large number of files and folders in my setup. This was working fine, but I just realized that since I added the source folder to my ...
3
votes
1answer
77 views
ignore part of directory in mercurial
I need to ignore a directory but keep tracking of one subfolder of this directory. My files tree looks like:
root
-d1
--bin
--bin/data
-d2
--bin
--bin/data
I need to ignore the bin ...
3
votes
2answers
730 views
which eclipse files to exclude from subversion repo
We as a development team were always happy with subversion and eclipse, we checked in everything and everything was fine. Until we had a new hire who's using anything but eclipse (RAD ). his RAD ...
3
votes
1answer
354 views
Does JUnit 3 have something analogous to @Ignore
I'm forced to use JUnit 3. If I were using JUnit 4, I would occasionally use @Ignore since several of my tests take a bit of time.
Is there anything analogous in JUnit 4? Commenting out tests is ...
3
votes
4answers
699 views
Git ignore deleted files
Ok heres my situation.
I have a website project that has more than 50,000 unimportant files (to development) in some directories.
/website.com/files/1.txt
/website.com/files/2.txt
...