Mercurial > minori
annotate .hgignore @ 229:adc20fa321c1
theme: force Fusion style on platforms other than Win32 or OS X
I was reluctant to do this, but most of the other styles just
look like pure shite regardless of whether I force a stylesheet
on them or not. KDE's style is actually hilariously bad paired
with my stylesheet, so I've decided to also make the stylesheet
Windows-specific as well, because that's really the only platform
where it makes sense in the first place.
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Wed, 10 Jan 2024 21:23:57 -0500 |
| parents | eab9e623eb84 |
| children | a7d0d543b334 |
| rev | line source |
|---|---|
| 13 | 1 syntax: glob |
| 2 | |
|
84
eab9e623eb84
dep/animia: update from upstream
Paper <mrpapersonic@gmail.com>
parents:
13
diff
changeset
|
3 # stupid OS X things |
|
eab9e623eb84
dep/animia: update from upstream
Paper <mrpapersonic@gmail.com>
parents:
13
diff
changeset
|
4 .DS_Store |
|
eab9e623eb84
dep/animia: update from upstream
Paper <mrpapersonic@gmail.com>
parents:
13
diff
changeset
|
5 ._* |
|
eab9e623eb84
dep/animia: update from upstream
Paper <mrpapersonic@gmail.com>
parents:
13
diff
changeset
|
6 |
| 13 | 7 # Prerequisites |
| 8 *.d | |
| 9 | |
| 10 # Compiled Object files | |
| 11 *.slo | |
| 12 *.lo | |
| 13 *.o | |
| 14 *.obj | |
| 15 | |
| 16 # Precompiled Headers | |
| 17 *.gch | |
| 18 *.pch | |
| 19 | |
| 20 # Compiled Dynamic libraries | |
| 21 *.so | |
| 22 *.dylib | |
| 23 *.dll | |
| 24 | |
| 25 # Fortran module files | |
| 26 *.mod | |
| 27 *.smod | |
| 28 | |
| 29 # Compiled Static libraries | |
| 30 *.lai | |
| 31 *.la | |
| 32 *.a | |
| 33 *.lib | |
| 34 | |
| 35 # Executables | |
| 36 *.exe | |
| 37 *.out | |
| 38 *.app | |
| 39 | |
| 40 syntax: regexp | |
| 41 | |
| 42 # Build dir | |
| 43 ^build/ |
