Skip to main content
summaryrefslogblamecommitdiffstats
blob: 4d1c562be9473d7fc17f6d396694093c48e648dd (plain) (tree)
1
2
3
4
5
6
7
8



                               



                 


           

        


         
     

                  
 
                                                                                                                                         
          
         
 



        
                                               
# Backupfiles from mergetools #
*.orig

# Java Class Files #
*.class

# Package Files #
*.jar
*.zip

# Eclipse #
bin/
classes/

# Maven #
target/
.mvn/
.surefire-*
.flattened-pom.xml

# settings files are handled in rt-feature project and settings files should not be changed (can be enforecd with 'git add .settings -f')
/.settings
/.project

# IDEA #
*.iml
/.idea

org.eclipse.scout.sdk.s2e*/META-INF/MANIFEST.MF

Back to the top