From ef852871b4b07608bdc4139584b1ae9f824cf90e Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 8 Apr 2018 16:34:24 -0400 Subject: [PATCH] Move .gitignore to stow --- dotfiles/.gitignore | 23 ----------------------- git/.gitignore | 6 ++++++ 2 files changed, 6 insertions(+), 23 deletions(-) delete mode 100644 dotfiles/.gitignore create mode 100644 git/.gitignore diff --git a/dotfiles/.gitignore b/dotfiles/.gitignore deleted file mode 100644 index eac908f..0000000 --- a/dotfiles/.gitignore +++ /dev/null @@ -1,23 +0,0 @@ -################################################################################## -# -# New Start: A modern Arch workflow built with an emphasis on functionality. -# Copyright (C) 2017 Donovan Glover -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -################################################################################## - -# Don't track temporary vim files -*~ -.*.sw* diff --git a/git/.gitignore b/git/.gitignore new file mode 100644 index 0000000..bf812df --- /dev/null +++ b/git/.gitignore @@ -0,0 +1,6 @@ +# New Start: A modern Arch workflow built with an emphasis on functionality. +# Copyright (C) 2017 Donovan Glover + +# Don't track temporary vim files +*~ +.*.sw*