ignored files in the netbeans - Stack Overflow most recent 30 from stackoverflow.com 2010-03-14T13:14:25Z http://stackoverflow.com/feeds/question/1092072 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1092072/ignored-files-in-the-netbeans 0 ignored files in the netbeans sam http://stackoverflow.com/users/0 2009-07-07T12:39:04Z 2009-11-23T23:31:03Z <p>I am a new NetBeans user. When I loaded my project, some files are faded. When I put the cursor over them, they are showed as "ignored". Why? All the JAR files and class files are also ignored.</p> http://stackoverflow.com/questions/1092072/ignored-files-in-the-netbeans/1092111#1092111 0 Answer by Malcolm for ignored files in the netbeans Malcolm http://stackoverflow.com/users/45668 2009-07-07T12:46:08Z 2009-07-07T12:46:08Z <p>Check Tools->Options->Miscellaneous->Files, there you can see what files are ignored by IDE and correct the settings if needed.</p> http://stackoverflow.com/questions/1092072/ignored-files-in-the-netbeans/1094574#1094574 0 Answer by Dave Smith for ignored files in the netbeans Dave Smith http://stackoverflow.com/users/43718 2009-07-07T20:09:16Z 2009-07-07T20:09:16Z <p>"Ignored" in this context means files that are ignored by the VCS system. With CVS, the ignored files and directories are stored in .cvsignore in each directory. NetBeans manages this file automatically (you can right-click a file/directory and use CVS-> [Un]Ignore) to affect which are ignored. You can ignore other directories (like a folder that contains generated sources) so you don't accidentally commit them to VCS.</p> <p>When you create a new project, Netbeans automatically adds build, dist and nbproject/private directories to the .cvsignore file because it doesn't expect you to commit those to the VCS.</p> http://stackoverflow.com/questions/1092072/ignored-files-in-the-netbeans/1786799#1786799 0 Answer by nicerobot for ignored files in the netbeans nicerobot http://stackoverflow.com/users/23056 2009-11-23T23:31:03Z 2009-11-23T23:31:03Z <p>I was just getting this with files in my mercurial repo. I had to just right-click them and select the 'Mercurial | Status' menu. When it refreshed the status, '[Ignored]' disappeared.</p> <p>I did this after ensuring my .hgignore wasn't the culprit.</p>