From 9730fecf39b2e1d638a27e014d3d0775b89cab9f Mon Sep 17 00:00:00 2001 From: Imanol-Mikel Barba Sabariego Date: Tue, 25 Oct 2016 16:59:49 +0200 Subject: [PATCH] Added gitignore. Removed pycache directories --- .gitignore | 1 + __pycache__/module.cpython-34.pyc | Bin 831 -> 0 bytes __pycache__/modulevar.cpython-34.pyc | Bin 733 -> 0 bytes __pycache__/mount.cpython-34.pyc | Bin 788 -> 0 bytes __pycache__/runcmd.cpython-34.pyc | Bin 391 -> 0 bytes __pycache__/tomb.cpython-34.pyc | Bin 516 -> 0 bytes __pycache__/winver.cpython-34.pyc | Bin 2506 -> 0 bytes modules/__pycache__/info.cpython-34.pyc | Bin 929 -> 0 bytes modules/__pycache__/mft.cpython-34.pyc | Bin 1120 -> 0 bytes modules/__pycache__/winreg.cpython-34.pyc | Bin 2228 -> 0 bytes vars/__pycache__/ntfsvol.cpython-34.pyc | Bin 1785 -> 0 bytes vars/__pycache__/winvol.cpython-34.pyc | Bin 2598 -> 0 bytes 12 files changed, 1 insertion(+), 0 deletions(-) create mode 100644 .gitignore delete mode 100644 __pycache__/module.cpython-34.pyc delete mode 100644 __pycache__/modulevar.cpython-34.pyc delete mode 100644 __pycache__/mount.cpython-34.pyc delete mode 100644 __pycache__/runcmd.cpython-34.pyc delete mode 100644 __pycache__/tomb.cpython-34.pyc delete mode 100644 __pycache__/winver.cpython-34.pyc delete mode 100644 modules/__pycache__/info.cpython-34.pyc delete mode 100644 modules/__pycache__/mft.cpython-34.pyc delete mode 100644 modules/__pycache__/winreg.cpython-34.pyc delete mode 100644 vars/__pycache__/ntfsvol.cpython-34.pyc delete mode 100644 vars/__pycache__/winvol.cpython-34.pyc diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eeb8a6e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/__pycache__ diff --git a/__pycache__/module.cpython-34.pyc b/__pycache__/module.cpython-34.pyc deleted file mode 100644 index 2564529..0000000 Binary files a/__pycache__/module.cpython-34.pyc and /dev/null differ diff --git a/__pycache__/modulevar.cpython-34.pyc b/__pycache__/modulevar.cpython-34.pyc deleted file mode 100644 index 3500a72..0000000 Binary files a/__pycache__/modulevar.cpython-34.pyc and /dev/null differ diff --git a/__pycache__/mount.cpython-34.pyc b/__pycache__/mount.cpython-34.pyc deleted file mode 100644 index 6c1c495..0000000 Binary files a/__pycache__/mount.cpython-34.pyc and /dev/null differ diff --git a/__pycache__/runcmd.cpython-34.pyc b/__pycache__/runcmd.cpython-34.pyc deleted file mode 100644 index bb6fe47..0000000 Binary files a/__pycache__/runcmd.cpython-34.pyc and /dev/null differ diff --git a/__pycache__/tomb.cpython-34.pyc b/__pycache__/tomb.cpython-34.pyc deleted file mode 100644 index 5ed0401..0000000 Binary files a/__pycache__/tomb.cpython-34.pyc and /dev/null differ diff --git a/__pycache__/winver.cpython-34.pyc b/__pycache__/winver.cpython-34.pyc deleted file mode 100644 index 87f089a..0000000 Binary files a/__pycache__/winver.cpython-34.pyc and /dev/null differ diff --git a/modules/__pycache__/info.cpython-34.pyc b/modules/__pycache__/info.cpython-34.pyc deleted file mode 100644 index 6d588e3..0000000 Binary files a/modules/__pycache__/info.cpython-34.pyc and /dev/null differ diff --git a/modules/__pycache__/mft.cpython-34.pyc b/modules/__pycache__/mft.cpython-34.pyc deleted file mode 100644 index 1e185af..0000000 Binary files a/modules/__pycache__/mft.cpython-34.pyc and /dev/null differ diff --git a/modules/__pycache__/winreg.cpython-34.pyc b/modules/__pycache__/winreg.cpython-34.pyc deleted file mode 100644 index 18cc46a..0000000 Binary files a/modules/__pycache__/winreg.cpython-34.pyc and /dev/null differ diff --git a/vars/__pycache__/ntfsvol.cpython-34.pyc b/vars/__pycache__/ntfsvol.cpython-34.pyc deleted file mode 100644 index ccd6034..0000000 Binary files a/vars/__pycache__/ntfsvol.cpython-34.pyc and /dev/null differ diff --git a/vars/__pycache__/winvol.cpython-34.pyc b/vars/__pycache__/winvol.cpython-34.pyc deleted file mode 100644 index fe22bc8..0000000 Binary files a/vars/__pycache__/winvol.cpython-34.pyc and /dev/null differ -- libgit2 0.22.2