X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=.gitignore;h=42ff1cb736e6b46c836af960ae932f0d6943eb15;hb=75b9743b95672218a61811b03433c0ab6e00ec5c;hp=baf45a8982f675290851cbb1ef4ccba510dbff4e;hpb=b472e61206d89cded6aa0d2aa3947cadec2e986d;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*