Commit 172e3311 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

split-up .gitignore more & added pkg-mgmt section

parent c4236f3f
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -2,20 +2,27 @@
/*
!/.*

# files that will never need tracking
# caches, history
/.cache
/.viminfo
/.*_history

# flags, timestamps
/.sudo_as_admin_successful
/.zsh-update
/.zcompdump*

# other version control systems
.svn/

# package management systems
/.pip
/.gem
/.bundler

# logs, databases
*.log
*.sqlite
/.zcompdump*

# temporary, backup
*.temp