Autohotkey icon indicating copy to clipboard operation
Autohotkey copied to clipboard

My Autohotkey Scripts

Autohotkey projects git

CHANGES MADE:

  1. Set up global git-ignore at "~/.gitignore_global" $ git config --global core.excludesfile ~/.gitignore_global

    Added entries are:

     # Compiled source #
     ###################
     *.com
     *.class
     *.exe
     *.o
     *.so
    
     # Packages #
     ############
     # it's better to unpack these files and commit the raw source
     # git has its own built in compression methods
     *.7z
     *.dmg
     *.gz
     *.iso
     *.jar
     *.rar
     *.tar
     *.zip
    
     # Logs and databases #
     ######################
     *.log
     *.sql
     *.sqlite
    
     # OS generated files #
     ######################
     .DS_Store?
     ehthumbs.db
     Icon?
     Thumbs.db