X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=.gitignore;h=4baac77fcd3abfdd3e52a77a2ee8885a3b824dfe;hb=refs%2Fheads%2Fpython-only;hp=c2668d6af0f936d0762ccc6b9a63080edbc2576a;hpb=fac40599d3ae604872ce34f3546a6c634183148f;p=progcomp10.git diff --git a/.gitignore b/.gitignore index c2668d6..4baac77 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,10 @@ build/ *.pbxuser *.mode1v3 +# gcc noise *.o +*.a +*.dSYM # old skool .svn @@ -11,3 +14,6 @@ build/ # osx noise .DS_Store profile + +# python noise +*.pyc