git.m455.casa

fa

clone url: git://git.m455.casa/fa


esperbuild/espersrc/fennel-0.7.0/.gitignore

1 /fennel
2 /fennel.lua
3 /downloads
4 /scratch.fnl
5
6 # Used to compile the Windows build
7 /lua-5.3.5/
8
9 # Created by https://www.gitignore.io/api/lua
10
11 # from static compilation
12 /*_binary.c
13 /fennel-bin
14
15 ### Lua ###
16 # Compiled Lua sources
17 luac.out
18
19 # luarocks build files
20 *.src.rock
21 *.zip
22 *.tar.gz
23
24 # Object files
25 *.o
26 *.os
27 *.ko
28 *.obj
29 *.elf
30
31 # Precompiled Headers
32 *.gch
33 *.pch
34
35 # Libraries
36 *.lib
37 *.a
38 *.la
39 *.lo
40 *.def
41 *.exp
42
43 # Shared objects (inc. Windows DLLs)
44 *.dll
45 *.so
46 *.so.*
47 *.dylib
48
49 # Executables
50 *.exe
51 *.out
52 *.app
53 *.i*86
54 *.x86_64
55 *.hex
56
57 # Tooling + transient metadata
58 *.swp
59 tags
60
61 # Misc
62 /wiki