Проверить где у вас находится файл с глобальными правилами игнорирования можно коммандой
git config --global core.excludesfile
Если оказалось что у вас его нет, то выполняем следующие комманды:
cd ~
#!/bin/bash | |
# chkconfig: 2345 55 25 | |
# Dashing service | |
# Add this file to /etc/init.d/ | |
# Make executable | |
# Configure chkconfig | |
# Dashboard will start at boot. Check out the boot log for trouble shooting "/var/log/boot.log" | |
###################################################### | |
#YOU WILL NEED TO CONFIGURE THIS FOR YOUR ENVIRONMENT# | |
###################################################### |
#!/bin/bash | |
# | |
# Build and iPhone Simulator Helper Script | |
# Shazron Abdullah 2011 | |
# | |
# WARN: - if your .xcodeproj name is not the same as your .app name, | |
# this won't work without modifications | |
# - you must run this script in where your .xcodeproj file is | |
PROJECTNAME=$1 |
--- | |
BasedOnStyle: WebKit | |
AccessModifierOffset: -2 | |
AlignEscapedNewlinesLeft: false | |
AlignTrailingComments: false | |
AllowAllParametersOfDeclarationOnNextLine: true | |
AllowShortIfStatementsOnASingleLine: true | |
AllowShortLoopsOnASingleLine: true | |
AlwaysBreakBeforeMultilineStrings: false | |
AlwaysBreakTemplateDeclarations: false |
Thumbs.db | |
.Trash | |
# Exclude the build directory | |
build | |
# Exclude OS X folder attributes | |
.DS_Store | |
# Exclude user-specific XCode 3 and 4 files |
On Mac OS X: