Mercurial > minori
annotate .gitignore @ 11:fc1bf97c528b
*: use C++11 standard
I've been meaning to do this for a while, but I didn't want to reimplement
the filesystem code. Now we are on C++11 and most compilers from the past 5 centuries should support this now
| author | Paper <mrpapersonic@gmail.com> | 
|---|---|
| date | Sun, 17 Sep 2023 06:14:30 -0400 | 
| parents | 1ae666fdf9e2 | 
| children | 
| 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 | 33 | 
| 34 # Build dir | |
| 35 build/ | 
