Skip to content
Snippets Groups Projects
.gitignore 69 B
Newer Older
  • Learn to ignore specific revisions
  • syntax: glob
    *~
    .*.swp
    *.orig
    *.pyc
    .\#*
    \#*\#
    tags
    *vim*
    *.template