Skip to content
Snippets Groups Projects
.gitignore 380 B
Newer Older
  • Learn to ignore specific revisions
  • // Our automatic versioning scheme generates the following file
    // NEVER put it in the repository
    _Version.h
    
    // All of the following OS, IDE and compiler generated file
    // references should be moved from this file
    // They are needed, but they belong in your global .gitignore
    // rather than in a per-project file such as this
    
    
    *.o
    applet/
    *~
    *.orig
    *.rej
    *.bak
    
    Bo Herrmannsen's avatar
    Bo Herrmannsen committed
    *.DS_Store
    *.idea