/gist:1d0578dc262ea4f93fc0 Secret
Created
June 16, 2014 15:21
Star
You must be signed in to star a gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /project> cat .gitignore | |
| *pyc | |
| /project/virtualenv/* | |
| /project> git add app.pyc -n | |
| The following paths are ignored by one of your .gitignore files: | |
| app.pyc | |
| /project> git add /project/virtualenv/bin/activate.csh -n | |
| add 'virtualenv/bin/activate.csh' | |
| # why isnt the add activate.csh ignored? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment