diff options
author | Rogério Brito <[email protected]> | 2011-11-30 14:17:20 -0200 |
---|---|---|
committer | Rogério Brito <[email protected]> | 2011-11-30 14:17:20 -0200 |
commit | f1f300e629de62bcda925ea93eeed8191b80edb3 (patch) | |
tree | ac29872ab5d8623ff41368939a9d9f369ddb1f69 /.gitignore | |
parent | c379c181e057491171a43228752fcb7e20c86d5f (diff) | |
download | youtube-dl-f1f300e629de62bcda925ea93eeed8191b80edb3.tar.gz youtube-dl-f1f300e629de62bcda925ea93eeed8191b80edb3.zip |
Add list of files to ignore for `youtube-dl`.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..95401e0a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pyc +*.pyo +*~ |