diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e201d3ac43ab..83bf215fa9b4 100644 --- a/.gitignore +++ b/.gitignore @@ -17,5 +17,12 @@ Vundle.vim **/*/.emacs.d/custom.el **/*/.emacs.d/projectile-bookmarks.eld **/*/.emacs.d/bookmarks -__pycache__/ **/*/transient/history.el + +# Haskell +*.hi +*.o + +# Python +__pycache__ +*.class \ No newline at end of file |