Skip to content

Instantly share code, notes, and snippets.

@orbanbotond
Created February 10, 2017 22:19
Show Gist options
  • Select an option

  • Save orbanbotond/c5076b7711ce0c8ec62d0b4d3946b4b8 to your computer and use it in GitHub Desktop.

Select an option

Save orbanbotond/c5076b7711ce0c8ec62d0b4d3946b4b8 to your computer and use it in GitHub Desktop.

Revisions

  1. orbanbotond created this gist Feb 10, 2017.
    35 changes: 35 additions & 0 deletions .gitignore_global
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,35 @@
    # Compiled source #
    ###################
    *.com
    *.class
    *.dll
    *.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?
    .DS_Store
    ehthumbs.db
    Icon?
    Thumbs.db