annotate .gitignore @ 8:b1f73678ef61

update text paragraphs are now their own objects, as they should be
author Paper <mrpapersonic@gmail.com>
date Sat, 26 Aug 2023 03:39:34 -0400
parents 1ae666fdf9e2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
1 # Prerequisites
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
2 *.d
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
3
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
4 # Compiled Object files
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
5 *.slo
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
6 *.lo
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
7 *.o
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
8 *.obj
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
9
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
10 # Precompiled Headers
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
11 *.gch
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
12 *.pch
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
13
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
14 # Compiled Dynamic libraries
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
15 *.so
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
16 *.dylib
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
17 *.dll
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
18
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
19 # Fortran module files
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
20 *.mod
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
21 *.smod
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
22
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
23 # Compiled Static libraries
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
24 *.lai
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
25 *.la
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
26 *.a
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
27 *.lib
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
28
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
29 # Executables
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
30 *.exe
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
31 *.out
5a76e1b94163 Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
32 *.app
1
1ae666fdf9e2 *: initial commit
Paper <mrpapersonic@gmail.com>
parents: 0
diff changeset
33
1ae666fdf9e2 *: initial commit
Paper <mrpapersonic@gmail.com>
parents: 0
diff changeset
34 # Build dir
1ae666fdf9e2 *: initial commit
Paper <mrpapersonic@gmail.com>
parents: 0
diff changeset
35 build/