From 081fe1a23506d19cfc208b85a44eda3420a40132 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 29 May 2021 16:10:51 +0200 Subject: [PATCH] add general gitignores --- general/.config/git/ignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 general/.config/git/ignore 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