-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (55 loc) · 728 Bytes
/
.gitignore
File metadata and controls
67 lines (55 loc) · 728 Bytes
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
63
64
65
66
67
# vim swap files
*~
*.swp
.*.swo
.*.swp
\#*
.\#*
.~*
# ctags
tags
.settings
/.dist-buildwrapper
/build
.cproject
.project
.arcconfig
sftp-config.json
.sync-config.cson
.idea/
cmake-build-debug/
/.metadata/
/toolchain/
*.pyc
# Haskell and C intermediate files
*.o
*.hi
*.hi-boot
*.o-boot
# ctags
.tags_sorted_by_file
.tags
# Cscope
cscope.out
# Builds
build*/
# tup
.tup
bin/
/Tuprules.lua
/logs
# clang
.clang_complete
compile_commands.json
CMakeLists.txt
# docker
bfdocker.sh
# Python environment
.mypy_cache/
.venv/
# There are two possible Makefile to use. One uses Podman, the other uses
# Docker. Please set up a symbolic link to the file that suits your needs.
Makefile
bfpodman.bandrin.sh
CMakeLists.txt
TAGS