Skip to content

Instantly share code, notes, and snippets.

Created June 16, 2014 15:21
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/1d0578dc262ea4f93fc0 to your computer and use it in GitHub Desktop.
/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