diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-25 22:42:48 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-25 22:42:48 +0100 |
commit | 4b31c09de9c5a5032ebbd2aa06fb711f88449922 (patch) | |
tree | 2f74e7d4de818c2abf1d72f9aff2bf7ae130db2c | |
download | xpybar-4b31c09de9c5a5032ebbd2aa06fb711f88449922.tar.gz xpybar-4b31c09de9c5a5032ebbd2aa06fb711f88449922.tar.bz2 xpybar-4b31c09de9c5a5032ebbd2aa06fb711f88449922.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ecea12c --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +_/ +bin/ +obj/ +__pycache__/ +\#*\# +.* +!.git* +*~ +*.pyo +*.pyc +*.swp +*.swo +*.bak + |