summaryrefslogtreecommitdiff
path: root/.gitignore
blob: a53743faefbeb819d0f5b91e9325b56f6ace9679 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# MacOS Cache
.DS_Store

# Xmake cache
.xmake/
build/
makefile
Makefile
build.ninja

# gcc cache
gcm.cache

# for VS Code
.vscode/

# for vim
*.swp
*.swo
tags
!tags/

# Ignore packaging files
winenv/
*.exe
*.zip
*.gz
*.bz2
*.xz
*.7z
*.run

# for compiler
compile_commands.json
.cache/

# Makefile generation
/core/xmake.config.h
/core/.config.mak
/core/**/*.o
/core/**/*.b
/core/**/*.a
/core/**/*.obj
/core/**/*.lib
/core/**/*.exe

# for fortran
/tests/**/*.mod

!/xmake/actions/build/

# for linux driver
*.o
*.ko
*.mod
.*.cmd
*.mod.c
Module.symvers
modules.order

# ai
.claude