Skip to content
Snippets Groups Projects
.gitignore 160 B
Newer Older
  • Learn to ignore specific revisions
  • # A simulation of Subversion default ignores, generated by reposurgeon.
    *.o
    *.lo
    *.la
    *.al
    .libs
    *.so
    *.so.[0-9]*
    *.a
    *.pyc
    *.pyo
    *.rej
    *~
    .#*
    .*.swp
    .DS_store