Skip to content

Instantly share code, notes, and snippets.

@krusty
Created May 8, 2013 15:05
Show Gist options
  • Save krusty/5541085 to your computer and use it in GitHub Desktop.
Save krusty/5541085 to your computer and use it in GitHub Desktop.
krusty@kid-c ~/projects/ariel (git)-[tastypie] % cat .gitignore
*.pyc
django_backend/dev_env
django_backend/src/dev.db
krusty@kid-c ~/projects/ariel (git)-[tastypie] % git status
# On branch tastypie
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: .gitignore
# modified: django_backend/src/dev.db
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# frontend/
no changes added to commit (use "git add" and/or "git commit -a")
krusty@kid-c ~/projects/ariel (git)-[tastypie] %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment