Skip to content
Snippets Groups Projects
Commit 51de88fa authored by nimrod's avatar nimrod
Browse files

- Moved global gitignore to the expected location, remove explicit

Git configuration.
- Don't ignore all files, but set status.showUntrackedFiles to no, add
to post-merge hook.
parent 6f30a2ce
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -29,8 +29,6 @@
update-requirements = !git stash save -a -u -q && ( git ls-files '*requirements*.txt' | xargs -n1 pur -r ) && ( git commit -a -m '- Updated requirements.' || echo 'No requirements updated.' ) && git stash pop
[color]
grep = true
[core]
excludesfile = ~/.gitignore_global
[diff]
tool = meld
[difftool]
......
......@@ -7,3 +7,5 @@ echo Generating SSH config
Documents/bin/gen-ssh-config
echo Loading dconf config
Documents/bin/dconf-load
echo Configuring Git repo
git config --local status.showUntrackedFiles no
*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment