change the prototype of type_set
[liba.git] / .gitignore
blobe8f7b11a515e8a951a9239a2f0cafe038d5f3150
1 # Archive
2 *.tar.*
3 *.zip
4 *.7z
6 # Prerequisites
7 *.d
9 # Object files
10 *.obj
11 *.lo
12 *.os
13 *.o
15 # Linker output
16 *.ilk
17 *.map
18 *.exp
20 # Precompiled Headers
21 *.gch
22 *.pch
24 # Compiled Static libraries
25 *.lib
26 *.lai
27 *.la
28 *.a
30 # Compiled Dynamic libraries
31 *.dll
32 *.so
33 *.so.*
34 *.dylib
36 # Executables
37 *.exe
38 *.out
39 *.app
40 *.elf
41 *.i*86
42 *.x86_64
43 *.hex
45 # Debug files
46 *.dSYM/
47 *.su
48 *.idb
49 *.pdb
51 # Byte-compiled / optimized / DLL files
52 __pycache__/
53 *.py[cod]
55 # Distribution / packaging
56 cmake-build/
57 *.egg-info/
58 builddir/
59 build.*/
60 target/
61 build/
62 dist/
64 # venv
65 .venv/
66 venv/
68 # Visual Studio Code
69 .vscode/
71 # MacOS Cache
72 .DS_Store/
74 # clangd
75 compile_commands.json
76 compile_flags.txt
77 .cache/
79 # Xmake
80 .xmake/
82 # Rust
83 Cargo.lock
85 # Java
86 *.class
87 *.jar
89 # SCons
90 .sconsign.dblite
91 .sconf_temp/
92 config.log
93 a.scons.h