summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-08-15 16:26:29 -0700
committerDylan Baker <dylan@pnwbakers.com>2016-08-15 16:26:29 -0700
commit99f527f536ba791be8761169ef853c4a7022531f (patch)
tree35c27c80f54dbef30fd2d7d3ef612ba96eea63a4 /.gitignore
parent73c2a359dc18af613abf5b246a392f4a32dfff22 (diff)
.gitignore: add __pycache__ to the list of ignored files.
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d2a12a84f..c005a5a2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@ compile_commands.json
.tox/
.cache/
+__pycache__/
*.css
*.html