diff options
Diffstat (limited to 'ecomp-sdk/.gitignore')
-rw-r--r-- | ecomp-sdk/.gitignore | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/ecomp-sdk/.gitignore b/ecomp-sdk/.gitignore new file mode 100644 index 00000000..777a7cd1 --- /dev/null +++ b/ecomp-sdk/.gitignore @@ -0,0 +1,51 @@ +# Compiled source # +*.class +*/bin/* + +# Eclipse files +.project +.classpath +.settings +.metadata + +# IntelliJ IDEA files +.idea +*.iws +*.ipr +*.iml + +# Netbeans +Netbeans +nbactions.xml +nb-configuration.xml + +# Test output files +*/test-output/* +/test-output/ +/test-output +test-output/ +test-output/**/* +*/test-output/**/* + +# Packages +*.jar + +# Maven build files +target +reports +application.properties +avs-rest-service/application.properties + + +# PMD +.pmd + +# Merge files +*.orig + +#tmp irectories +tmp/ + +# Windows binaries +*.exe +*.dll
\ No newline at end of file |