Mercurial > minori
annotate .hgignore @ 244:3a4aa9b4814c
scripts: convert to use posix shell
it's not like we even need bash anyway
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Mon, 22 Jan 2024 22:19:39 -0800 |
parents | a7d0d543b334 |
children | 8b174bcde667 |
rev | line source |
---|---|
13 | 1 syntax: glob |
2 | |
237 | 3 **/m4/libtool.m4 |
4 **/m4/lt*.m4 | |
5 **/build-aux | |
6 **/aclocal.m4 | |
7 **/Makefile.in | |
8 **/configure | |
9 **/*~ | |
10 **/autom4te.cache | |
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 *.app | |
48 | |
49 syntax: regexp | |
50 | |
51 # Build dir | |
52 ^build/ |