Mercurial > minori
annotate .hgignore @ 258:862d0d8619f6
*: HUUUGE changes
animia has been renamed to animone, so instead of thinking of a
health condition, you think of a beautiful flower :)
I've also edited some of the code for animone, but I have no idea
if it even works or not because I don't have a mac or windows
machine lying around. whoops!
... anyway, all of the changes divergent from Anisthesia are now
licensed under BSD. it's possible that I could even rewrite most
of the code to where I don't even have to keep the MIT license,
but that's thinking too far into the future
I've been slacking off on implementing the anime seasons page,
mostly out of laziness. I think I'd have to create another db file
specifically for the seasons
anyway, this code is being pushed *primarily* because the hard drive
it's on is failing! yay :)
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Mon, 01 Apr 2024 02:43:44 -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/ |