Added global gitignore
This commit is contained in:
parent
e9bb63843b
commit
df218aae18
2 changed files with 3 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -16,6 +16,8 @@ config:
|
|||
mkdir -p ~/.config/terminator
|
||||
ln -sfP $(DOTFILES)/config/terminator.conf ~/.config/terminator/config
|
||||
sudo ln -sfP $(DOTFILES)/config/libinput-gestures.conf /etc/libinput-gestures.conf
|
||||
git config --global core.excludesfile ~/.dotfiles/config/gitignore_global
|
||||
|
||||
|
||||
gnome: yaourt
|
||||
rm -rf ~/Templates/*
|
||||
|
|
1
config/gitignore_global
Normal file
1
config/gitignore_global
Normal file
|
@ -0,0 +1 @@
|
|||
.idea/
|
Loading…
Reference in a new issue