Global gitignore

This commit is contained in:
Christian Colglazier 2024-02-18 10:01:35 -05:00
parent 7c1593e790
commit c19898373f
2 changed files with 64 additions and 0 deletions

View File

@ -3,6 +3,7 @@
email = christian@cacolglazier.com
[core]
editor = emacs
excludesFile = ~/.gitignore
[rerere]
enabled = true
[column]

63
git/.gitignore vendored Normal file
View File

@ -0,0 +1,63 @@
#### Emacs ####
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
# Org-mode
.org-id-locations
*_archive
# flymake-mode
*_flymake.*
# eshell files
/eshell/history
/eshell/lastdir
# elpa packages
/elpa/
# reftex files
*.rel
# AUCTeX auto folder
/auto/
# cask packages
.cask/
dist/
# Flycheck
flycheck_*.el
# server auth directory
/server/
# projectiles files
.projectile
# directory configuration
.dir-locals.el
#### vim ####
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# Session
Session.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags