X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=.gitignore;h=047c57fbae756ebadefca616a12e1ecaac58b37f;hb=15240ab3375de7b3260c47a204b1e7aae3cd516b;hp=483ef5252958192315520897a35e61c37e039f89;hpb=1740df9314f3dc49c6d44378c5915674aa1ab75f;p=progcomp10.git diff --git a/.gitignore b/.gitignore index 483ef52..047c57f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ build/ *.pbxuser *.mode1v3 +# gcc noise *.o *.a @@ -12,3 +13,6 @@ build/ # osx noise .DS_Store profile + +# python noise +*.pyc