diff options
| author | Rogério Brito <rbrito@ime.usp.br> | 2011-11-30 14:17:20 -0200 | 
|---|---|---|
| committer | Rogério Brito <rbrito@ime.usp.br> | 2011-11-30 14:17:20 -0200 | 
| commit | f1f300e629de62bcda925ea93eeed8191b80edb3 (patch) | |
| tree | ac29872ab5d8623ff41368939a9d9f369ddb1f69 | |
| parent | c379c181e057491171a43228752fcb7e20c86d5f (diff) | |
Add list of files to ignore for `youtube-dl`.
| -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 +*~ | 
