Advertisement
illwieckz

system wide gitignore

Jan 16th, 2023 (edited)
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $ cat /home/illwieckz/.config/git/gitignore
  2. .DS_Store
  3. *.sw?
  4. Thumbs.db
  5. .buildconfig
  6. tags
  7.  
  8. $ grep excludesfile -B1 ~/.gitconfig
  9. [core]
  10. excludesfile = /home/illwieckz/.config/git/gitignore
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement