Replace lua_(g|s)etfield to lua_raw(g|s)et and remove pushcfunction in __index.
[liba.git] / .gitignore
blobc3812cf05c1515277424a5176e26d2a67944a8f9
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 target/
60 build/
61 dist/
63 # MacOS Cache
64 .DS_Store
66 # Visual Studio Code
67 .vscode
69 # clangd
70 *.cache
72 # Xmake
73 .xmake
75 # Rust
76 Cargo.lock
78 # Java
79 *.class
80 *.jar
82 # SCons
83 .sconsign.dblite
84 .sconf_temp/
85 config.log
86 a.scons.h
88 # pipenv
89 Pipfile.lock