From 36b61134cbb62816085e6ad48b3753994b5d7c09 Mon Sep 17 00:00:00 2001 From: Treeki Date: Mon, 16 May 2011 20:42:43 +0200 Subject: added pyc files to gitignore --- .gitignore | 2 ++ tools/__pycache__/mapfile_tool.cpython-32.pyc | Bin 6382 -> 0 bytes tools/hooks.pyc | Bin 6048 -> 0 bytes 3 files changed, 2 insertions(+) delete mode 100644 tools/__pycache__/mapfile_tool.cpython-32.pyc delete mode 100755 tools/hooks.pyc diff --git a/.gitignore b/.gitignore index 3a71e81..e9e56ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ processed AnotherASM NewerASM +*.pyc +__pycache__* diff --git a/tools/__pycache__/mapfile_tool.cpython-32.pyc b/tools/__pycache__/mapfile_tool.cpython-32.pyc deleted file mode 100644 index de48a1c..0000000 Binary files a/tools/__pycache__/mapfile_tool.cpython-32.pyc and /dev/null differ diff --git a/tools/hooks.pyc b/tools/hooks.pyc deleted file mode 100755 index f83e366..0000000 Binary files a/tools/hooks.pyc and /dev/null differ -- cgit v1.2.3