aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-08-17 23:18:34 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2016-08-17 23:18:34 +0200
commitd723669e09f445f79aae45893f09e95205f46a74 (patch)
treee4ba1104f179c23db6cf3362b82784fb50a07066
parenttree: -a (diff)
downloadlinux-home-d723669e09f445f79aae45893f09e95205f46a74.tar.gz
linux-home-d723669e09f445f79aae45893f09e95205f46a74.zip
add comments to .gitignore
-rw-r--r--.gitignore13
1 files changed, 12 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index fe992cc..3a681ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*
+# Git
!/.gitattributes
!/.gitconfig
!/.gitignore
@@ -7,19 +8,29 @@
!/.LICENSE.txt
!/.README.md
+# Various Windows apps
!/.appdata/
+# bash, customized versions of the files found in /etc/defaults/etc/skel
!/.bash_profile
-!/.bash_utils/
!/.bashrc
!/.inputrc
!/.profile
+# Custom bash functions & utilities
+!/.bash_utils/
+
+# A file I've been carrying around since the first releases of Ubuntu.
+# Can't remember exactly why it's so important or what it does, but I'm
+# completely sure it is/was necessary for proper font rendering.
!/.fonts.conf
+# Mintty
!/.minttyrc
+# Python
!/.pythonrc
+# Vim
!/.vimrc
!/.vimtmp/