Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

.gitignore

Blame
  • .gitignore 3.22 KiB
    # Ignore Blender Bakcups
    *.blend[0-9]
    
    # Ignore Libre Office Locks
    .~lock.*
    
    # Ignore Sync Conflicts
    *.sync-conflict-????????-??????*
    
    # Eagle
    # Ignore list for Eagle, a PCB layout tool
    
    # Eagle Backup files
    *.s#?
    *.b#?
    *.l#?
    
    # Eagle project file
    # It contains a serial number and references to the file structure
    # on your computer.
    # comment the following line if you want to have your project file included.
    eagle.epf
    
    # Eagle Autorouter files
    *.pro
    *.job
    
    # Eagle CAM files
    *.$$$
    *.cmp
    *.ly2
    *.l15
    *.sol
    *.plc
    *.stc
    *.sts
    *.crc
    *.crs
    
    *.dri
    *.drl
    *.gpi
    *.pls
    
    *.drd
    *.drd.*
    
    *.info
    
    *.eps
    
    # Eagle file locks introduced since 7.x
    *.lck
    
    #################
    ## Eclipse
    #################
    
    *.pydevproject
    .project
    .metadata
    bin/
    tmp/
    *.tmp
    *.bak
    *.swp
    *~.nib
    local.properties
    .classpath
    .settings/