Home > Git > Wanted for GIT to ignore some files

Wanted for GIT to ignore some files

April 16th, 2009

I am developing a project in Flex-Java using Adobe Flex Builder. I am using GIT for versioning control. GIT takes control of every change I have made in the source code from the las commit. However I don’t want GIT taking care  of changes in .swf and .class files. I am concern about the source code and not the end-binary-result.

Each time I make a change in a .java or .mxml file GitX displays for a possible commit all the generated related files. Which I would like to avoid.

I found this article called Configure git to globally ignore files which become very helpful to solve this kind of situation.

Git

  1. No comments yet.
  1. No trackbacks yet.