diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-04-19 18:22:08 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-04-19 18:22:08 +0200 |
commit | dfd3eba0e27d031c6ddab73fba5c810e3f6bfadf (patch) | |
tree | 77cd1085ac2c21fe2e862393d0694f3067696b63 /.gitignore | |
parent | how to print time, without concidering the time or screen dimensions (diff) | |
download | mongotimer-dfd3eba0e27d031c6ddab73fba5c810e3f6bfadf.tar.gz mongotimer-dfd3eba0e27d031c6ddab73fba5c810e3f6bfadf.tar.bz2 mongotimer-dfd3eba0e27d031c6ddab73fba5c810e3f6bfadf.tar.xz |
complete code
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..245ed1c --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +_/ +.* +!.git* +\#*\# +*~ +.swp +.swo +.bak +__pycache__/ +*.pyc |