Attempt at fixing memory mess.
[progcomp10.git] / .gitignore
1 # xcode noise
2 build/
3 *.pbxuser
4 *.mode1v3
5
6 # gcc noise
7 *.o
8 *.a
9 *.dSYM
10
11 # old skool
12 .svn
13
14 # osx noise
15 .DS_Store
16 profile
17
18 # python noise
19 *.pyc

UCC git Repository :: git.ucc.asn.au