Skip to content
Snippets Groups Projects
.gitignore 221 B
Newer Older
  • Learn to ignore specific revisions
  • # Eclipse workspace data
    .metadata/
    **/Debug
    **/Release
    
    # Compiled Object files
    *.slo
    *.lo
    *.o
    
    # Compiled Dynamic libraries
    *.so
    *.dylib
    
    # Compiled Static libraries
    *.lai
    *.la
    *.a
    
    # vim backup and swap files