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

32
votes
4answers
19k 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 ...
430
votes
4answers
69k 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 ...
320
votes
10answers
42k views

.gitignore for Visual Studio Projects and Solutions

Which files should I include in .gitignore when using Git in conjunction with Visual Studio Solutions (.sln) and Projects? Community Wiki: #OS junk files [Tt]humbs.db *.DS_Store #Visual Studio ...
69
votes
4answers
14k 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 ...
8
votes
3answers
3k views

PHP: Regex to ignore escaped quotes within quotes

I looked through related questions before posting this and I couldn't modify any relevant answers to work with my method (not good at regex). Basically, here are my existing lines: $code = ...
60
votes
11answers
18k 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 ...
291
votes
15answers
49k views

Should I add the Visual Studio .suo and .user files to source control

Visual Studio solutions contain two types of hidden user files. One is the solution .suo file which is a binary file. The other is the project .user file which is a text file. Does anyone know ...
64
votes
2answers
11k 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 ...
16
votes
1answer
6k 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 ...
75
votes
3answers
15k 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 ...
39
votes
1answer
9k 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?
55
votes
3answers
26k 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 ...
28
votes
6answers
15k 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 ...
30
votes
4answers
9k 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 ...
36
votes
10answers
11k 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 ...
41
votes
7answers
20k views

How to ignore deprecation warnings in Python

I keep getting this : DeprecationWarning: integer argument expected, got float How do I make this message go away? Is there a way to avoid warnings in Python?
5
votes
5answers
4k views

Ignore client generated files in Perforce workspace view

Is there a way to have Perforce ignore new files in a client workspace in the workspace view? I have 120 java files that generate over 700 class files, so managing these files in a single folder ...
3
votes
1answer
361 views

How to omit Get only properties in servicestack json serializer?

I have an object which I am de-serializing usign ToJson<>() method from ServiceStack.text namespace. My Question is how to omit all the "Get" only propeties while serialization? Is there any ...
27
votes
4answers
17k 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. ...
11
votes
11answers
8k 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 ...
9
votes
4answers
4k 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 ...
5
votes
1answer
781 views

Tell jQuery to ignore clicks during an animation sequence

I'm in the midst of writing a slide show app (click a button, and you slide through a list of images) for jQuery, but I've run into a little bug where it will respond to the click() request even while ...
9
votes
1answer
3k views

Ignoring files in project folder for Doxygen

How can you ignore files by Doxygen similarly as by Git's .git/info/exclude? Doxygen generates docs for me based on 3rd party codes such Email -component and of my Git -repo, which I do not want. I ...
4
votes
2answers
823 views

What grails project files should not be added to version control? (Grails 1.3.x)

(This question has been asked before, but a while back: Suggestions for Grails .gitignore; it was answered for grails 1.0.x) What files in a Grails 1.3.x project should not be included in version ...
45
votes
7answers
13k 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)?
36
votes
12answers
21k 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 ...
29
votes
3answers
24k 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 ...
5
votes
4answers
2k 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 ...
16
votes
5answers
11k 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 ...
12
votes
2answers
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 ...
3
votes
4answers
2k views

Is there a better way to get visual studio to ignore try/catch in debug mode

I want the designer to catch the error when I am debugging and I want the user to see my friendly message if an error occurs for them. I know I can acomplish this with the following: #If Debug=False ...
11
votes
5answers
4k 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 ...
8
votes
6answers
4k views

jQuery hover div underneath another layer

Is it possible to ignore all divs that are "above" the element that has hover binded to them with jQuery? For example, I have an element A that has a hover event binded to it, but there also other ...
7
votes
2answers
2k views

SQLAlchemy INSERT IGNORE

How can I insert multiple data records into table ignoring duplicates. I am using SQLAlchemy. Thank you!
4
votes
1answer
87 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
3answers
395 views

Why do I have to press enter Twice?

For some reason in my program when I reach a certain spot, I have to press enter twice in order to get it to submit. I added the clear to keep it from skipping input and the ignore() to keep it from ...
8
votes
2answers
1k 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
2answers
2k 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
3answers
5k views

How can I get JDOM/XPath to ignore namespaces?

I need to process an XML DOM, preferably with JDOM, where I can do XPath search on nodes. I know the node names or paths, but I want to ignore namespaces completely because sometimes the document ...
2
votes
1answer
794 views

Turnoff mysql unsafe statement warning

I am using log-error to write warning/errors into a file. When I perform INSERT IGNORE..SELECT statement, it just keep write this warning messages. 120905 3:01:23 [Warning] Unsafe statement written ...
2
votes
2answers
506 views

Ampersand (&) character is being ignored in Oracle ORDER BY

I am running a query in Oracle and that query is ordered by a column that may have values with ampersand. However, it seems that ampersand is being ignored by the sorting algorithm. For instance: ...
2
votes
7answers
833 views

is there any way to ignore reading in certain lines in a text file?

I'm trying to read in a text file in a c# application, but I don't want to read the first two lines, or the last line. There's 8 lines in the file, so effectivly I just want to read in lines, 3, 4, 5, ...
2
votes
3answers
1k views

Tortoise - is it possible to ignore new folder before committing it?

I just added a class library project to my .NET solution. When I built it, it created the bin and obj folders, which I want to exclude from version control. However, Tortoise won't let me ignore the ...
2
votes
2answers
1k views

Ignore a path entry with bash tab-completion

I have two commands, foo and foo-bar, where foo is a symlink to foo-bar. I want to be able to type f+TAB (pretend these are the only two commands on the path that begin with f) and have one of them be ...
2
votes
2answers
661 views

PHP log will not ignore repeated errors with ignore_repeated_errors = On

Although I have instructed php to only log an error once - i see the error over and over again in my log file. Any ideas why this directive would get ignored? I've restarted apache, etc.
2
votes
2answers
857 views

“svn list” ignores externals

i have a directory called 'library' in my SVN tree which uses externals to load libs such as zend framework/smarty/.... im using a self written tool which uses "svn list" where i can select files ...
1
vote
2answers
930 views

JQuery Validate Options not working MVC3 Razor

I am trying to get a simple ignore working for the JQuery validate and I dont seem to be able to get it to work. No matter what I do it seems to not use the options. I have trimmed the code down and ...
1
vote
5answers
7k views

Ignore Spaces Using getline in C++

Hey, I'm trying to write a program that will accept new tasks from people, add it to a stack, be able to display the task, be able to save that stack to a text file, and then read the text file. The ...
1
vote
3answers
265 views

mercurial temporarily ignore versioned files

My question is essentially the same as here but applies to mercurial. I have a set of files that are under version control, and one save operation changes quite a lot of files. Some of the resulting ...
1
vote
3answers
407 views

Started using git recently … just noticed clones of my files with ' ~ ' appended in the end… why is this happening

I used git to commit changes in my repository, followed these steps git add . git commit -m "message" but noticed a clone of the file where changes were made also present in the repository new ...

1 2