Commit a3d67c42 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Updated .gitignore rules

parent b1d12005
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
# ignore non-dotfiles
/*
!/.*
*.ba[ck]

# local install base
/.local

# local binary data
/.backgrounds
/.fonts

# shell local files
.bash_local
.zsh_local
@@ -15,12 +20,14 @@

# caches, history
/.cache
/.dmrc
/.viminf*
/.lesshst
/.*_history
/.vim/.netrwhist
/.dvdcss
/.wget-hsts
/.thumbnails

# flags, timestamps
/.sudo_as_admin_successful
@@ -39,6 +46,7 @@
/.bundler

# logs, databases
/.cddb
*.log
*.sqlite
/.zcompdump*
@@ -53,6 +61,9 @@
# systemd links directories
.config/systemd/user/*.wants

# too volatile
/.config/htop

# software which will not be version controlled
/.adobe
/.asoundrc
@@ -69,6 +80,7 @@
/.config/gtk-2.0
/.config/gtk-3.0
/.config/gnome-sudoku
/.config/ibus
/.config/icedtea-web
/.config/libaccounts-glib
/.config/libreoffice
@@ -80,6 +92,7 @@
/.config/pulse
/.config/Skype
/.config/software-center
/.config/spotify
/.config/Synergy
/.config/Ticket\ to\ Ride
/.config/Trolltech*
@@ -114,6 +127,7 @@
/.minecraft
/.mlterm
/.mozilla
/.opera
/.pulse*
/.PyCharm*
/.pylint*