diff --git a/general/.config/git/ignore b/general/.config/git/ignore new file mode 100644 index 0000000..3dd5400 --- /dev/null +++ b/general/.config/git/ignore @@ -0,0 +1,26 @@ + +# Vim stuff +*.swp +.*.sw[a-z] +*.un~ +.netrwhist + +# Emacs stuff +.projectile +*~ +*.*~ +\#* +.\#* + +# LaTeX +aux/ +*.log # This might have som false positives +*.aux +*.out +*.toc +*.snm +*.synctex.gz + +# Python +__pycache__/ +*.pyc