aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Daniel Harding <dharding@gmail.com> 2012-03-08 16:44:13 +0000
committerGravatar Daniel Harding <dharding@gmail.com> 2012-03-08 16:44:13 +0000
commitf60c7071feb2daa736dbf0ec6c60d75034f32a41 (patch)
treedc1449bfaaa24744ec5604ecd7bfdbe65b231460 /.gitignore
parent78913b2ce0437a006b4e1567989ee018a636400a (diff)
downloaddotfiles-f60c7071feb2daa736dbf0ec6c60d75034f32a41.tar.gz
dotfiles-f60c7071feb2daa736dbf0ec6c60d75034f32a41.tar.bz2
dotfiles-f60c7071feb2daa736dbf0ec6c60d75034f32a41.zip
Add a .gitignore file
Set up to cause git to ignore *.pyc and *.pyo files, as well as the Python 3 __pycache__ directory.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0d1a15e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.pyc
+*.pyo
+__pycache__/