aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/.gitignore
blob: cef79cc56a627569b7e1e3b0c01a5c6e96737838 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

 
     






                
                                                                        
               



          

                                   
               



                                                                       

             
        

           
        

           
     

          
           
*

# Git
!/.gitattributes
!/.gitconfig
!/.gitignore

!/.LICENSE.txt
!/.README.md

# bash, customized versions of the files found in /etc/defaults/etc/skel
!/.bash_profile
!/.bashrc
!/.inputrc
!/.profile

# Custom bash functions & utilities
!/.bash_utils/
!/.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/
!/.vimtmp/*