Mercurial > public > algo-animator
comparison .gitignore @ 47:f60144ebce23
Fix build for mac
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Sun, 03 Mar 2024 16:05:07 +0000 |
parents | b656ed2e8957 |
children |
comparison
equal
deleted
inserted
replaced
46:701dc4e9f2f6 | 47:f60144ebce23 |
---|---|
1 build | 1 out |
2 .cache | |
3 | |
4 # Created by https://www.toptal.com/developers/gitignore/api/c | |
5 # Edit at https://www.toptal.com/developers/gitignore?templates=c | |
6 | |
7 ### C ### | |
8 # Prerequisites | |
9 *.d | |
10 | |
11 # Object files | |
12 *.o | |
13 *.ko | |
14 *.obj | |
15 *.elf | |
16 | |
17 # Linker output | |
18 *.ilk | |
19 *.map | |
20 *.exp | |
21 | |
22 # Precompiled Headers | |
23 *.gch | |
24 *.pch | |
25 | |
26 # Libraries | |
27 *.lib | |
28 *.a | |
29 *.la | |
30 *.lo | |
31 | |
32 # Shared objects (inc. Windows DLLs) | |
33 *.dll | |
34 *.so | |
35 *.so.* | |
36 *.dylib | |
37 | |
38 # Executables | |
39 *.exe | |
40 *.out | |
41 *.app | |
42 *.i*86 | |
43 *.x86_64 | |
44 *.hex | |
45 | |
46 # Debug files | |
47 *.dSYM/ | |
48 *.su | |
49 *.idb | |
50 *.pdb | |
51 | |
52 # Kernel Module Compile Results | |
53 *.mod* | |
54 *.cmd | |
55 .tmp_versions/ | |
56 modules.order | |
57 Module.symvers | |
58 Mkfile.old | |
59 dkms.conf | |
60 | |
61 # End of https://www.toptal.com/developers/gitignore/api/c | |
62 |