Mercurial > minori
annotate .hgignore @ 327:b5d6c27c308f
anime: refactor Anime::SeriesSeason to Season class
ToLocalString has also been altered to take in both season
and year because lots of locales actually treat formatting
seasons differently! most notably is Russian which adds a
suffix at the end to notate seasons(??)
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Thu, 13 Jun 2024 01:49:18 -0400 |
parents | 8b174bcde667 |
children |
rev | line source |
---|---|
13 | 1 syntax: glob |
2 | |
245
8b174bcde667
hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
237
diff
changeset
|
3 m4/libtool.m4 |
8b174bcde667
hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
237
diff
changeset
|
4 m4/lt*.m4 |
8b174bcde667
hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
237
diff
changeset
|
5 build-aux |
8b174bcde667
hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
237
diff
changeset
|
6 aclocal.m4 |
8b174bcde667
hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
237
diff
changeset
|
7 Makefile.in |
8b174bcde667
hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
237
diff
changeset
|
8 configure |
8b174bcde667
hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
237
diff
changeset
|
9 *~ |
8b174bcde667
hgignore: don't ignore .app files
Paper <paper@paper.us.eu.org>
parents:
237
diff
changeset
|
10 autom4te.cache |
237 | 11 |
84
eab9e623eb84
dep/animia: update from upstream
Paper <mrpapersonic@gmail.com>
parents:
13
diff
changeset
|
12 # stupid OS X things |
eab9e623eb84
dep/animia: update from upstream
Paper <mrpapersonic@gmail.com>
parents:
13
diff
changeset
|
13 .DS_Store |
eab9e623eb84
dep/animia: update from upstream
Paper <mrpapersonic@gmail.com>
parents:
13
diff
changeset
|
14 ._* |
eab9e623eb84
dep/animia: update from upstream
Paper <mrpapersonic@gmail.com>
parents:
13
diff
changeset
|
15 |
13 | 16 # Prerequisites |
17 *.d | |
18 | |
19 # Compiled Object files | |
20 *.slo | |
21 *.lo | |
22 *.o | |
23 *.obj | |
24 | |
25 # Precompiled Headers | |
26 *.gch | |
27 *.pch | |
28 | |
29 # Compiled Dynamic libraries | |
30 *.so | |
31 *.dylib | |
32 *.dll | |
33 | |
34 # Fortran module files | |
35 *.mod | |
36 *.smod | |
37 | |
38 # Compiled Static libraries | |
39 *.lai | |
40 *.la | |
41 *.a | |
42 *.lib | |
43 | |
44 # Executables | |
45 *.exe | |
46 *.out | |
47 | |
48 syntax: regexp | |
49 | |
50 # Build dir | |
51 ^build/ |