[ldapvi] .gitignore

Joshua Randall joshua.randall at sanger.ac.uk
Mon Nov 17 14:20:59 CET 2014


I’ve added a .gitignore to ldapvi so that it ignores all files built by the configuration and compilation process. 

If you’d like, please feel free to pull it into your repository. The source can be found at: https://github.com/wtsi-hgi/ldapvi/blob/create-gitignore/ldapvi/.gitignore

You can merge this into your local repo by doing: 
```
# add https://github.com/wtsi-hgi/ldapvi.git as a remote
git remote add hgi https://github.com/wtsi-hgi/ldapvi.git

# fetch the create-gitignore branch: 
git fetch hgi create-gitignore

# merge the changes:
git merge hgi/create-gitignore
```

Cheers,

Josh.



-- 
 The Wellcome Trust Sanger Institute is operated by Genome Research 
 Limited, a charity registered in England with number 1021457 and a 
 company registered in England with number 2742969, whose registered 
 office is 215 Euston Road, London, NW1 2BE. 



More information about the ldapvi mailing list