Skip to content

Commit f720311

Browse files
Fix excludes file; update ignore for nix enviromnent
1 parent 70bba04 commit f720311

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

gitconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
[color]
1313
ui = true
1414
[core]
15-
excludesfile = /Users/bernerdschaefer/.gitignore_global
15+
excludesfile = ~/.gitignore_global
1616
[rebase]
1717
autosquash = true

gitignore_global

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
tags
2+
vendor/bundle
3+
4+
# ignore qmake environment created by nix-shell
5+
qmake-*-env/

0 commit comments

Comments
 (0)