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

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