Fri, 15 Nov 2019 20:19:57 +0200
* Compatibility fixes for VS2019
405 | 1 | Build |
668 | 2 | build |
3 | VSBuild | |
405 | 4 | Debug |
416 | 5 | Lib |
6 | Bin | |
7 | Docs/Latex | |
421 | 8 | Testing/Tests |
9 | Testing/Runtime | |
431 | 10 | Docs/HTML |
405 | 11 | |
12 | syntax: glob | |
13 | ||
14 | *.obj | |
15 | ipch | |
16 | *.suo | |
17 | *.sdf | |
18 | *.opensdf | |
479 | 19 | .kdev_include_paths |
512 | 20 | build |
584 | 21 | clang |
22 | ninja | |
23 | codeblocks | |
792
27ef510f1b7b
* instructions and changes for libcurl to work in Windows
cemkalyoncu
parents:
758
diff
changeset
|
24 | Source/External/curl/ |
824 | 25 | Package/ |
826
a6c8b9af628a
* Additional functionality for Containers::Wave
cemkalyoncu <cemkalyoncu@gmail.com>
parents:
824
diff
changeset
|
26 | codelite/ |
842 | 27 | Docs/xml |
984
4aa9eabe2b1a
* External glsl embedding is completed, Linux build requires testing.
cemkalyoncu
parents:
983
diff
changeset
|
28 | *.gen |
1036 | 29 | |
30 | # produced by doxygen | |
31 | *.db | |
1037 | 32 | *.tmp |
1036 | 33 | |
34 | # ignore backup files | |
35 | *.orig | |
36 | *.backup | |
37 | ||
1306 | 38 | CMakeSettings.json |
39 | .vs | |
479 | 40 | syntax: regexp |
1037 | 41 | .*\.kdev4(_.*)? |