create a_regress_simple_evar
[liba.git] / .gitignore
blobb2dc1f50cdd69f52be652c92747e3b3e795e55a2
1 # Archive
2 *.tar.*
3 *.zip
4 *.7z
6 # Prerequisites
7 *.d
9 # Object files
10 *.obj
11 *.lo
12 *.o
14 # Linker output
15 *.ilk
16 *.map
17 *.exp
19 # Precompiled Headers
20 *.gch
21 *.pch
23 # Compiled Static libraries
24 *.lib
25 *.lai
26 *.la
27 *.a
29 # Compiled Dynamic libraries
30 *.dll
31 *.so
32 *.so.*
33 *.dylib
35 # Executables
36 *.exe
37 *.out
38 *.app
39 *.elf
40 *.i*86
41 *.x86_64
42 *.hex
44 # Debug files
45 *.dSYM/
46 *.su
47 *.idb
48 *.pdb
50 # Byte-compiled / optimized / DLL files
51 __pycache__/
52 *.py[cod]
54 # Distribution / packaging
55 cmake-build/
56 *.egg-info/
57 builddir/
58 build.*/
59 target/
60 build/
61 dist/
63 # venv
64 .venv/
65 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