aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-06-19 11:09:54 +0200
committerMathias Bynens <mathias@qiwi.be>2012-06-19 11:09:54 +0200
commit2448f29b51e9d8018a9dbe061a8d19062a8d4a67 (patch)
treef06b31573246726a367c5badef9b4b2b11a49964 /.gitignore
parent27049fbabc2e3a4db9be7ee3292a15720fe54bd0 (diff)
downloaddotfiles-2448f29b51e9d8018a9dbe061a8d19062a8d4a67.tar.gz
dotfiles-2448f29b51e9d8018a9dbe061a8d19062a8d4a67.tar.bz2
dotfiles-2448f29b51e9d8018a9dbe061a8d19062a8d4a67.zip
.gitignore: Ignore compiled Python files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ba52a1b..f250f68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+# Compiled Python files
+*.pyc
+
# Folder view configuration files
.DS_Store
Desktop.ini