X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=.gitignore;h=2779ab4596166ee39a134e4c7f20c87fbdd33c29;hb=74c53307b022746dadc4ae211ea98d616d0a4af9;hp=733399a10f68ceee79562c7ed7f8903fecad83f2;hpb=a69ed767c9c07cf35cf1c5f7821fc009cfe79cd2;p=fanfix.git diff --git a/.gitignore b/.gitignore index 733399a..2779ab4 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,9 @@ build/** # Generated docs docs/** +# Maven artifacts +target/** + # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* @@ -26,3 +29,11 @@ misc/** pmd.bash pmd-results.html +examples/*.sh + +# Fonts for testing +fonts/** + +.idea/** +*.iml +*.ipr