diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7ae5e95 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Ignore all the bash stuff + +.bash_history +.bash_logout +.bashrc +.profile +.ssh +.viminfo + +# Files created by containers that we shouldn't accidently commit +*.dat +*.log +*.lock +*.cookie +*.pid +