From: Cary R. <cy...@ya...> - 2008-03-04 22:33:16
|
git-status is a nice command to see what files you have locally changed without having to look at the actual details. The problem is that all the generated files show up in the list as files that could be added to the repository. The attached exclude file removes these generated files from the list. You should only see changed files and any local files you have created. The gitignore(5) manual page has details on the file syntax. Starting in the top repository directory the file should be placed in the .git/info directory. There will probably already be a dummy file in the directory. Everything should be commented out. If I missed anything let me know. I checked this with the latest development from git on RHEL 4 and cygwin. Cary ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs |