diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index ce8a767..06dbc60 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -/*.pyc -/*.cbz -/*.cbr -/.idea -/build \ No newline at end of file +*.pyc +*.cbz +*.cbr +.idea +build \ No newline at end of file |