| 1 | # normal ignores |
| 2 | .* |
| 3 | *~ |
| 4 | *.[ao] |
| 5 | *.lo |
| 6 | *.so |
| 7 | tags |
| 8 | !.gitignore |
| 9 | |
| 10 | # top-level ignores |
| 11 | /*.spec |
| 12 | /config |
| 13 | /config.mk |
| 14 | /cmus |
| 15 | /cmus-remote |
| 16 | |
| 17 | # Cygwin stuff |
| 18 | *.exe |
| 19 | /cmus.base |
| 20 | /cmus.def |
| 21 | /cmus.exp |

