X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=.gitignore;h=42ff1cb736e6b46c836af960ae932f0d6943eb15;hb=0dee22f6b3c9e794eb4628c2ed84d42d2f9b85d5;hp=baf45a8982f675290851cbb1ef4ccba510dbff4e;hpb=b4f4652e1818ea844470f672b187fa400d0718bf;p=matches%2FMCTX3420.git diff --git a/.gitignore b/.gitignore index baf45a8..42ff1cb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ *.o *.exe *.dll +*.a +*.lib .DS_Store .DS_Store? @@ -9,4 +11,11 @@ .Spotlight-V100 .Trashes ehthumbs.db -Thumbs.db \ No newline at end of file +Thumbs.db + +__pycache__ + +server/win32 +**/nbproject/private/ + +*jquery-ui*