Commit 884df3e5 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

added a bunch of entries into .gitignore

parent eecd961c
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
# ignore non-dotfiles
/*
!/.*

# files that will never need tracking
/.cache
/.viminfo
/.*_history
/.sudo_as_admin_successful

# other version control systems
.svn/

# logs, databases
*.log
*.sqlite

# temporary, backup
*.temp
*.tmp
*.ba[ck]