aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4b3c81aaefd9c835dbacd85538462e06d66bb512 (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

# GIT ignore patterns.
#
# Copyright © 2020-2025 Samuel Lidén Borell <samuel@kodafritt.se>
#
# SPDX-License-Identifier: MIT-0

# Ignore intermediate/output files
*.a
*.dll
*.exe
*.lib
*.mo
*.o
*.obj
*.so
*.out.c
bootstrap/stage1
bootstrap/stage1-boundschecked
bootstrap/stage2

# Ignore common temporary files from editors etc.
*.bak
*.save
*.swp
*.tmp
*~
*#

# Ignore common temporary files from various code tools
*.ctu-info
*.dump
*.gcda
*.gcno
*.k
*.plist
*.ppx
*.tag
gmon.out