X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=inline;f=.gitignore;h=047c57fbae756ebadefca616a12e1ecaac58b37f;hb=15240ab3375de7b3260c47a204b1e7aae3cd516b;hp=d676377f5c1e59da13c669db05372fa697b7b79f;hpb=fbee9b555f7e2febaf604ceaeb24b40286eb85a2;p=progcomp10.git diff --git a/.gitignore b/.gitignore index d676377..047c57f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,18 @@ # xcode noise -build/* +build/ *.pbxuser *.mode1v3 +# gcc noise +*.o +*.a + # old skool .svn # osx noise .DS_Store profile + +# python noise +*.pyc