From af213597bfd3f0993fa5957cb267c6a09039db16 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 2 Feb 2022 18:13:09 -0800 Subject: remove non-emacs configuration Only keep emacs' configuration in this repository. Everything else is moved to the repository with my configuration for linux. --- config/git/config | 29 ----------------------------- config/git/ignore | 24 ------------------------ 2 files changed, 53 deletions(-) delete mode 100644 config/git/config delete mode 100644 config/git/ignore (limited to 'config/git') diff --git a/config/git/config b/config/git/config deleted file mode 100644 index 3b3a83b..0000000 --- a/config/git/config +++ /dev/null @@ -1,29 +0,0 @@ -[color] - ui = true - -[push] - default = simple - -[core] - whitespace = trailing-space,space-before-tab - -[branch] - autosetuprebase = remote - sort = authordate - -[http] - postBuffer = 524288000 - -[alias] - s = status --short --branch - amend = commit --amend --no-edit - -[init] - defaultBranch = main - -[credential "https://github.com"] - username = fcuny - -[credential "https://git.fcuny.net"] - username = fcuny - helper = "!echo -n 'password='; pass git/git.fcuny.net" diff --git a/config/git/ignore b/config/git/ignore deleted file mode 100644 index c8124cb..0000000 --- a/config/git/ignore +++ /dev/null @@ -1,24 +0,0 @@ -# osx stuff -.DS_Store -Icon - -# ide -.idea -*.iml -/env/* - -# python stuff -.flake8rc -*pyc - -# ctags stuff -TAGS -tags - -# emacs stuff -.projectile -.dir-locals.el -.pytest_cache/ - -.reviewboardrc -ui/package-lock.json -- cgit 1.4.1