diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..543c596 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +.idea/ +.project +.classpath +.factorypath +.settings/ +target/ +autorelease/build/*/ +autorelease/dist +log.html +output.xml +report.html +env.properties +.vagrant +/archives/ +*.jar +*.zip +*.tar +*.log +.vagrant +*~ +.checkstyle +.DS_Store +devtool/ +seccom/ +csit/ +.idea +*.iml +/.pydevproject +/bin/ +*.class +*.csar +benchmark/ +.tox/ |