Commit 314d2dbd810c9e53b062379a7903875f2ce66c85
Committed by
Moritz Wirger
1 parent
0ab69b9c
add build directory and mac stuff to gitignore
Showing
1 changed file
with
32 additions
and
0 deletions
.gitignore
| @@ -27,3 +27,35 @@ | @@ -27,3 +27,35 @@ | ||
| 27 | *.exe | 27 | *.exe |
| 28 | *.out | 28 | *.out |
| 29 | *.app | 29 | *.app |
| 30 | + | ||
| 31 | +# build directory | ||
| 32 | +/build | ||
| 33 | + | ||
| 34 | + | ||
| 35 | +# General | ||
| 36 | +.DS_Store | ||
| 37 | +.AppleDouble | ||
| 38 | +.LSOverride | ||
| 39 | + | ||
| 40 | +# Icon must end with two \r | ||
| 41 | +Icon | ||
| 42 | + | ||
| 43 | + | ||
| 44 | +# Thumbnails | ||
| 45 | +._* | ||
| 46 | + | ||
| 47 | +# Files that might appear in the root of a volume | ||
| 48 | +.DocumentRevisions-V100 | ||
| 49 | +.fseventsd | ||
| 50 | +.Spotlight-V100 | ||
| 51 | +.TemporaryItems | ||
| 52 | +.Trashes | ||
| 53 | +.VolumeIcon.icns | ||
| 54 | +.com.apple.timemachine.donotpresent | ||
| 55 | + | ||
| 56 | +# Directories potentially created on remote AFP share | ||
| 57 | +.AppleDB | ||
| 58 | +.AppleDesktop | ||
| 59 | +Network Trash Folder | ||
| 60 | +Temporary Items | ||
| 61 | +.apdisk |