diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7d53060ac9..a71cfd859f 100644 --- a/.gitignore +++ b/.gitignore @@ -154,3 +154,11 @@ _darcs/ .tm_properties VERSION GIT_COMMIT_ID + +# ------------------------------------------------------------------------------------- +# when using a docker image, one can mount the source code directory as the home folder +# ------------------------------------------------------------------------------------- +.arcrc +.ghc +.bash_history +.gitconfig |