forked from Polprzewodnikowy/N64FlashcartMenu
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
30 lines (24 loc) · 539 Bytes
/
Copy path.gitignore
File metadata and controls
30 lines (24 loc) · 539 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
# Ignore editor specific config folders/files
/.vscode/*
# But keep .vscode/c_cpp_properties.json used for intellisense
!/.vscode/c_cpp_properties.json
# Ignore compilation result directories
/build
/output
/docs/api
/_site
# Ignore generated files in the libdragon FS
/filesystem/Firple-Bold.font64
/filesystem/FiraMonoBold.font64
/filesystem/*.wav64
/filesystem/*.sprite
# Ignore external development tools
/tools/*
# Ignore any N64 ROM
**/*.n64
**/*.v64
**/*.z64
# Ignore exe files
*.exe
# Ignore macOS filesystem cruft
.DS_Store