blob: ad431dc925246eba48140404a2e6df803ef48dc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
*.so
*.dll
*.gpg
/*.lua
a.exe
a.out
*.json
test
test2
*.py
*.sh
vgcore.*
src/*.o
src/*/*.o
CMakeCache.txt
Makefile
*.cmake
.cache/
!.luarc.json
|