Skip to content
Snippets Groups Projects
.gitignore 89 B
Newer Older
  • Learn to ignore specific revisions
  • # ignore all build folders
    /build*/
    # ignore backup files
    *~
    # ignore Python files
    *.pyc