For compile in XDot
Dependents: Wiagro-Lanza34-XDot
.gitignore@1:3d652783d9e8, 2020-10-03 (annotated)
- Committer:
- umickelsen
- Date:
- Sat Oct 03 22:30:27 2020 +0000
- Revision:
- 1:3d652783d9e8
- Parent:
- 0:bea5dbf3f7d5
For compile in XDot
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
DiegoOstuni | 0:bea5dbf3f7d5 | 1 | # Prerequisites |
DiegoOstuni | 0:bea5dbf3f7d5 | 2 | *.d |
DiegoOstuni | 0:bea5dbf3f7d5 | 3 | |
DiegoOstuni | 0:bea5dbf3f7d5 | 4 | # Compiled Object files |
DiegoOstuni | 0:bea5dbf3f7d5 | 5 | *.slo |
DiegoOstuni | 0:bea5dbf3f7d5 | 6 | *.lo |
DiegoOstuni | 0:bea5dbf3f7d5 | 7 | *.o |
DiegoOstuni | 0:bea5dbf3f7d5 | 8 | *.obj |
DiegoOstuni | 0:bea5dbf3f7d5 | 9 | |
DiegoOstuni | 0:bea5dbf3f7d5 | 10 | # Precompiled Headers |
DiegoOstuni | 0:bea5dbf3f7d5 | 11 | *.gch |
DiegoOstuni | 0:bea5dbf3f7d5 | 12 | *.pch |
DiegoOstuni | 0:bea5dbf3f7d5 | 13 | |
DiegoOstuni | 0:bea5dbf3f7d5 | 14 | # Compiled Dynamic libraries |
DiegoOstuni | 0:bea5dbf3f7d5 | 15 | *.so |
DiegoOstuni | 0:bea5dbf3f7d5 | 16 | *.dylib |
DiegoOstuni | 0:bea5dbf3f7d5 | 17 | *.dll |
DiegoOstuni | 0:bea5dbf3f7d5 | 18 | |
DiegoOstuni | 0:bea5dbf3f7d5 | 19 | # Fortran module files |
DiegoOstuni | 0:bea5dbf3f7d5 | 20 | *.mod |
DiegoOstuni | 0:bea5dbf3f7d5 | 21 | *.smod |
DiegoOstuni | 0:bea5dbf3f7d5 | 22 | |
DiegoOstuni | 0:bea5dbf3f7d5 | 23 | # Compiled Static libraries |
DiegoOstuni | 0:bea5dbf3f7d5 | 24 | *.lai |
DiegoOstuni | 0:bea5dbf3f7d5 | 25 | *.la |
DiegoOstuni | 0:bea5dbf3f7d5 | 26 | *.a |
DiegoOstuni | 0:bea5dbf3f7d5 | 27 | *.lib |
DiegoOstuni | 0:bea5dbf3f7d5 | 28 | |
DiegoOstuni | 0:bea5dbf3f7d5 | 29 | # Executables |
DiegoOstuni | 0:bea5dbf3f7d5 | 30 | *.exe |
DiegoOstuni | 0:bea5dbf3f7d5 | 31 | *.out |
DiegoOstuni | 0:bea5dbf3f7d5 | 32 | *.app |