3
votes
2answers
55 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 ch …
0
votes
2answers
33 views
How can I ignore a field when marshalling a structure with P/Invoke
Hi,
I want to marshal a structure for use with P/Invoke, but this struct contains a field that is only relevant to my managed code, so I don't want it to be marshaled since it doe …
1
vote
1answer
19 views
Flex JSON: ignore certain properties?
Is there some library for flex, that will let me:
define properties to fully exclude from serialization
define classes to serialize without the property names (as if they were an …
2
votes
4answers
83 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?
2
votes
2answers
64 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 …
0
votes
2answers
45 views
Tortoise svn requires many tries to do anything
I use Tortoise svn along with about 20 others at our site and all have an ongoing issue with it. Whenever you choose any command (update, commit, or ANY item of the right-click men …
1
vote
3answers
92 views
Ignoring Eclipse project files in SVN project
Hi,
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 reposi …
9
votes
2answers
119 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 mar …
5
votes
3answers
1k views
Mercurial ignore file
Hi, I'm trying to get Mercurial to ignore a config file but I'm failing to get it working.
I have created a repo on my server with hg init and cloned that reop to my computer. I …
2
votes
2answers
70 views
How to find an ignored exception
Probably staying late fixing a few bugs tonight, but maybe SO can help me out. Does anyone know if there's a way to 'track' where some ignored exceptions are occurring?
Basically …
0
votes
2answers
70 views
Ignoring a column when condition doesnt match in select query - SQL-Oracle
Hi,
My requirement is to display a Column in select query when a condition satisfies and not to display the column when condition is not matched.
For eg : In this simple table be …
0
votes
3answers
274 views
MySQL + Drupal: Index ignored in INNER JOIN
Our environment:
Drupal+MySQL
Examining the query log indicates that the following query, originating from Drupal core's node_load function is taking considerable amount of time.
…
0
votes
2answers
249 views
svn:ignore for subdirectories in subclipse/TortoiseSVN
How do I ignore an entire subtree based on a directory pattern globally, without specifically excluding it for every project? For an example, I would like to exclude the target/ tr …
1
vote
3answers
177 views
why does svn ignore not ignore ?
I'm trying to add a linux kernel to a svn tree, which has a .git subdirectory - which I don't want to add.
Can anyone explain this behaviour - why does it NOT ignore the .git dire …
-1
votes
1answer
91 views
Trying to post anything [closed]
Ignore this for a minute. I'm trying to post anything to Stackoverflow as it crashes everytime I post a specific question.
-Trying to add text
I am trying to create a UNION with …
