repo.or.cz
/
liba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
write functions for unsigned integer bit reversals
[liba.git]
/
.gitignore
blob
dc242b01ce0837a70b825bae4a87b38a6ec38b38
1
# Archive
2
*.tar.*
3
*.zip
4
*.7z
5
6
# Prerequisites
7
*.d
8
9
# Object files
10
*.obj
11
*.lo
12
*.os
13
*.o
14
15
# Linker output
16
*.ilk
17
*.map
18
*.exp
19
20
# Precompiled Headers
21
*.gch
22
*.pch
23
24
# Compiled Static libraries
25
*.lib
26
*.lai
27
*.la
28
*.a
29
30
# Compiled Dynamic libraries
31
*.dll
32
*.so
33
*.so.*
34
*.dylib
35
36
# Executables
37
*.exe
38
*.out
39
*.app
40
*.elf
41
*.i*86
42
*.x86_64
43
*.hex
44
45
# Debug files
46
*.dSYM/
47
*.su
48
*.idb
49
*.pdb
50
51
# Byte-compiled / optimized / DLL files
52
__pycache__/
53
*.py[cod]
54
55
# Distribution / packaging
56
cmake-build/
57
*.egg-info/
58
builddir/
59
target/
60
build/
61
dist/
62
63
# venv
64
.venv/
65
venv/
66
67
# Visual Studio Code
68
.vscode/
69
70
# MacOS Cache
71
.DS_Store/
72
73
# clangd
74
.cache/
75
76
# Xmake
77
.xmake/
78
79
# Rust
80
Cargo.lock
81
82
# Java
83
*.class
84
*.jar
85
86
# SCons
87
.sconsign.dblite
88
.sconf_temp/
89
config.log
90
a.scons.h