X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=.gitignore;h=4baac77fcd3abfdd3e52a77a2ee8885a3b824dfe;hb=edf8e5b569e75692d61a44f2c3241fb6410e4fbd;hp=483ef5252958192315520897a35e61c37e039f89;hpb=1740df9314f3dc49c6d44378c5915674aa1ab75f;p=progcomp10.git diff --git a/.gitignore b/.gitignore index 483ef52..4baac77 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,10 @@ build/ *.pbxuser *.mode1v3 +# gcc noise *.o *.a +*.dSYM # old skool .svn @@ -12,3 +14,6 @@ build/ # osx noise .DS_Store profile + +# python noise +*.pyc