X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=.gitignore;h=4baac77fcd3abfdd3e52a77a2ee8885a3b824dfe;hb=refs%2Fheads%2Fmaster;hp=d676377f5c1e59da13c669db05372fa697b7b79f;hpb=fbee9b555f7e2febaf604ceaeb24b40286eb85a2;p=progcomp10.git diff --git a/.gitignore b/.gitignore index d676377..4baac77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,19 @@ # xcode noise -build/* +build/ *.pbxuser *.mode1v3 +# gcc noise +*.o +*.a +*.dSYM + # old skool .svn # osx noise .DS_Store profile + +# python noise +*.pyc