summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2011-02-08 15:13:38 +0530
committerMadhusudan.C.S2011-02-08 15:13:38 +0530
commit7b69808f2dd1703cb25afd8d8deba6cee179d9bb (patch)
tree66c626017a44ac319a6da1b66024e2ff8396c3fc
parent9b75cda6115ab309888eaa756fb866b132a43342 (diff)
downloadpytask-7b69808f2dd1703cb25afd8d8deba6cee179d9bb.tar.gz
pytask-7b69808f2dd1703cb25afd8d8deba6cee179d9bb.tar.bz2
pytask-7b69808f2dd1703cb25afd8d8deba6cee179d9bb.zip
Define the files that git should not track.
-rw-r--r--.gitignore42
1 files changed, 42 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fc50694
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,42 @@
+*.pyc
+*.zip
+*~
+.project
+.pydevproject
+app.yaml
+build
+tests/coverageResults
+*,cover
+tests/.coverage
+*.git
+*.egg-info
+eggs
+parts
+.installed.cfg
+bin
+develop-eggs
+.DS_Store
+.settings
+.*.swp
+*.egg
+*.egg-link
+*.svn*
+*.wpr
+.installed.cfg
+src/*
+parts
+downloads
+.xvpics*
+.project
+pytask/local.py
+pytask/pytask.egg-info
+pytask/static/media
+apache/*
+*.swp
+*.bak
+*.swo
+*.db-journal
+*.db
+migrations
+wsgi.log
+