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

learn more… | top users | synonyms

7
votes
4answers
2k 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 ...
0
votes
2answers
32 views

Change by val target as range to ignore blank and 0 value cells

Private Sub Worksheet_Change(ByVal Target As Range) Dim c As Range For Each c In Target.Cells **If c.Value <> Empty Or c.Value = 0 Then End If** If c.Column = 11 Then c.Offset(0, ...
0
votes
3answers
269 views

Ignore Mercurial sub directories

I have a directory with my Maven projects in it. It looks like this: .hg .idea parentProject project1 .idea docs src target pom.xml project2 .idea docs src target ...
0
votes
1answer
10 views

Ignoring outputs in Cascading

I am analyzing log files with various domain names. I want to exclude/ignore from the output report any domain that has the word "macys". Here is an example output: l.macys.com 87516 ...
11
votes
12answers
9k 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 ...
0
votes
1answer
17 views

Why does TortoiseSVN show the “modified” status icon for my working folder if there are modified, yet ignored files? Ignoring config file problems

I'm a bit new to subversion/tortoiseSVN, and am a bit confused about how to deal with config files which should be different in developement and deployment, and I think my problem stems from this ...
0
votes
2answers
7 views

Ignore a script on a Mobile browser

I have a website that calls this "live chat" script in the header: <script src='http://widget.rlcdn.net/widget/rl_chatwidget.js'></script> However, on the mobile version of this site, ...
3
votes
2answers
1k views

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 reasons for not being able to add files to svn:ignore seem to be that the file is already in the ...
0
votes
1answer
47 views

PHP - Is there a way to ignore “XXX” while parsing data? [duplicate]

I have a php script that brings back movie titles and ratings. It also sorts the data so that the movie titles with "xxx" show up at the bottom. Is there a way to completely ignore the "XXX" titles so ...
0
votes
2answers
371 views

Adding to .cvsignore a previously committed 'target' directory

We are trying to add to .cvsignore a previously and accidentally committed target directory (containing binary files). It just does not work. Each time we synchronize with repository or commit ...
2
votes
1answer
34 views

Finding out which files are version controlled that no longer match the current .gitignore

My organization made plenty of mistakes early on with git (storing binary objects, etc). We have re-done our .gitignore strategy to prevent binary objects (dll's, jars, zips) etc. from being ...
1
vote
2answers
23 views

Ignore specific lines when matching with a regex

I'm trying to make a regex that matches a specific pattern, but I want to ignore lines starting with a #. How do I do it? Let's say i have the pattern (?i)(^|\W)[a-z]($|\W) It matches all lines with ...
0
votes
1answer
22 views

Is there any way to Ignore(Bypass) BeansException(BeanCreationException) and go on in Spring?

In the load-time, Spring Container initializes Beans... when It finds the Bean-related error, It stops and roll-backs(not exact terminology)... as I know. Here's our condition. We are developing a ...
0
votes
1answer
82 views

How to ignore fields when fetching results using Propel?

I need to ignore fields instead of select fields in fetch data or reverse select fields. Is that possible? If yes, how?
0
votes
2answers
260 views

Is it possible to write code that is ignored by the GWT compiler?

I am looking for a way to write code that is ignored by the GWT compiler. For example certain methods should be ignored since they use classes that are not available in GWT. Is it possible to flag ...
13
votes
1answer
2k 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 ...
5
votes
1answer
72 views

C# - UnhandledException Event doesnt work?

I'm writing a little library which catches all unhandled exceptions, shows a little dialog (similar to the usual dialog of the NF) which gives the user the opportunity to send the exception to the ...
61
votes
11answers
19k 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 ...
0
votes
1answer
39 views

Ignore warning Python

I have python script with following piece of code: def refreshRoot(): global root try: root.destroy() except: pass else: global root ... This code ...
0
votes
2answers
45 views

I would like to ignore a user's input if they go out-of-bounds

I tried looking for an answer to my question but couldn't find anything that was quite right. My problem deals with having an array set up and basically moving the little cursor around a field of ...
2
votes
5answers
82 views

Ignore specific changes to a file in git, but not the entire file

I have a file in a git repository that has a local change on it. I want to have git ignore the local change forever, but not the file. In particular, If the file isn't touched besides this change, ...
0
votes
1answer
37 views

Tracing an ignored exception in Python?

My app has a custom audio library that itself uses the BASS library. I create and destroy BASS stream objects throughout the program. When my program exits, randomly (I haven't figured out the ...
0
votes
2answers
63 views

SVN Ignore for all Repository

is it possible to set the svn:ignore (or something similar) for my repositories (instead of the working copy?) there is some kind of configuration file i can modify to get this working? hope someone ...
6
votes
3answers
159 views

Git - Temporarily ignore trivial changes to files

I'm looking for a way to 'hide' minor changes made to a few files in Git, such that they will not show up in git status until a different change is made to those files. Example: I have a java file ...
0
votes
1answer
29 views

Ignore a git directory in composer package

I have composer library hosted as a package on Packagist through GitHub. The repository includes a directory named sample with some samples on how to use the code and this directory is really not ...
0
votes
1answer
33 views

How to ignore resource xml files in android project settings

I am developing an app for Android phones and Tablets. Currently I am maintaining two separate library projects for phone and tablet. But most of the code except for some UI and other target specific ...
15
votes
5answers
20k views

Linux - how to ignore cp: overwrite

Do you any one use cp command to ignore cp: overwrite? I have tried with cp -rf /zzz/zzz/* /xxx/xxx, but still I am experiencing same overwrite promotion for each and every files and folder. looking ...
1
vote
2answers
56 views

SQL Replace first value of column with second value

I'm new to SQL queries, I'm trying to select the following columns: pm_name, party, yr_comm and yr_left. I have data in the first 3 columns, and to create yr_left I've given yr_comm with an ...
1
vote
1answer
17 views

File not ignore not excluded not assumed unchanged Git

There's a configuration file that I want out of my projects as to not have permanent conflicts with all my co-workers. At first I put in my .gitignore and it worked just fine, however being ignored ...
2
votes
1answer
131 views

A form that does not handle mouse and keyboard event [duplicate]

I want to make a form in Delphi that does not handle mouse and keyboard events and pass them to the window below itself. How can I do this?
2
votes
4answers
370 views

Git - Ignore files during merge

I have a repo called myrepo on the remote beanstalk server. I cloned it to my local machine. Created two additional branches: staging and dev. Pushed these branches to remote as well. Now: local ...
0
votes
1answer
144 views

JSON.NET JsonIgnore DeserializeObject

I created a Web API using VS 2012. I have a method with a custom object parameter that I am passing JSON to via Fiddler for testing: [HttpPost, HttpPut] public HttpResponseMessage ...
0
votes
0answers
39 views

How to ignore logging of particular exception using log4j?

I am developing an application in which I am using log4j. In that am getting an exception com.opensymphony.xwork2.interceptor.ParametersInterceptor. But i don't want this particular exception to be ...
0
votes
1answer
42 views

Oracle equivalent of INSERT IGNORE

I found a very similar topic on Oracle Equivalent to MySQL INSERT IGNORE? However, I could not make work any of the proposed solutions. My case is a little special as my table does contains only 1 ...
2
votes
5answers
2k views

What is the shortcut to skip all break-points in VS?

When I am at a break-point and if I want to ignore all the rest of break-points and move on, what shortcut should I use? thanks
3
votes
4answers
2k views

Problem with TortoiseSVN Global Ignore pattern for a Visual Studio project

I'm running.... TortoiseSVN 1.6.11, Build 20210 - 64 Bit Windows 7 64 Bit Visual Studio 2008 I've created a repository, done an SVN Checkout, and created a new VS solution with a new project. ...
5
votes
3answers
290 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 ...
457
votes
4answers
74k 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 ...
8
votes
2answers
2k views

git update-index --assume-unchanged returns error

git update-index --assume-unchanged returns fatal: Unable to mark file What is the remedy for this please? Also, what is that it is complaining and why? Appreciate your help. /sreraku
4
votes
1answer
111 views

How to tell git to ignore individual lines, i.e. gitignore for specific lines of code

.gitignore can ignore whole files, but is there a way to ignore specific lines of code while coding? I frequently and repeatedly add the same debug lines in a project, only to have to remember to ...
1
vote
2answers
177 views

Can git ignore specific commented debug code? [duplicate]

As a front end developer, I frequently add code to hide backend devs' error messages ;) Is there a way of getting git to ignore code commented in a certain way? eg .error { display:none; } // ...
0
votes
0answers
83 views

Delphi 2007: SSL ignore check certificate and 404 error

I'm having a rest connection(username and password protected) and I'd like to ignore SSL certificate check. In C#: public class TrustAllCertificatePolicy : ICertificatePolicy { private const ...
0
votes
1answer
35 views

Log file on Git (Heroku)

Hi if my question is asked before i am sorry but i cant find exact problem. and i am new at github so i coudn't find my answer. my problem is i have a facebook app on heroku (php). when users enter my ...
1
vote
1answer
54 views

android ignore special character input

Could any Android expert please help with an input filter to ignore the character -? I set up a class for doing this, but all characters are ignored..... public class InputFilterReservedCharacters ...
0
votes
0answers
53 views

Ignoring html tags in SQL Server 2008 columns when creating views

I have a database table which holds email communications. The column in the table that holds the main message details holds the message header and all associated message header and message body HTML ...
31
votes
3answers
26k 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 ...
3
votes
3answers
2k views

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 file_1 M file_2 M file_3 Now, I want to commit only two file: file_1, file_2, ...
0
votes
1answer
121 views

Commit or discard the changes and try again

I got a problem when I wanted to push source code to remote control. But xcuserstate file was always changed, and Git announce "Commit or discard the changes and try again". So I tried to ignore ...
0
votes
1answer
100 views

@JsonUnwrapped disables Jackson's fail_on_unknown properties

I'm attempting to write a simple class that will validate a JSON input string if it can be converted to a target JAVA object. The validator should fail if any unknown field is found in the input JSON ...
0
votes
1answer
23 views

Ignore a word in AJAX template using API

I'm using an api to create a quiz. The code that fetches the gif from the app Loopcam and then puts the loop title in the div #answer looks like this: APP = { refresh: function(limit, interval) { ...

1 2 3 4 5 8