aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorVG <vg@devys.org>2014-11-28 00:15:19 +0100
committerVG <vg@devys.org>2014-11-28 00:15:19 +0100
commit753f1d95913915f62d3f18c1075ff1ff08db20eb (patch)
tree57bc09d9b1b7461facc5c976f96e703a1011c0a9 /.gitignore
parent483a357e9547aa233db79855d8aa8aef3b3e60e6 (diff)
downloadpasteme-753f1d95913915f62d3f18c1075ff1ff08db20eb.tar.gz
pasteme-753f1d95913915f62d3f18c1075ff1ff08db20eb.tar.bz2
pasteme-753f1d95913915f62d3f18c1075ff1ff08db20eb.zip
add hash generation from content, and default page display
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a295864
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.pyc
+__pycache__