repo: ngircd action: commit revision: path_from: revision_from: 87cae1465b614d5cf887e0c5fc8fd8c2f8c87234: path_to: revision_to:
commit 87cae1465b614d5cf887e0c5fc8fd8c2f8c87234 Author: Alexander BartonDate: Sat Apr 12 23:29:58 2008 +0200 GIT should ignore user preferences files inside Xcode projects. Added filter for GIT to ignore Xcode user preferences files (*.mode1v3 and *.pbxuser) which are automatically generated inside the project bundle when opened in Xcode. diff --git a/contrib/MacOSX/ngIRCd.xcodeproj/.gitignore b/contrib/MacOSX/ngIRCd.xcodeproj/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..d82a5e47def52cce2467649612ca36ad79f40a63 --- /dev/null +++ b/contrib/MacOSX/ngIRCd.xcodeproj/.gitignore @@ -0,0 +1,2 @@ +*.mode1v3 +*.pbxuser
-----END OF PAGE-----