Skip to content

Commit a56975a

Browse files
committed
Init project
1 parent 7fcebc8 commit a56975a

File tree

997 files changed

+53635
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

997 files changed

+53635
-0
lines changed

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#
2+
# Cmake
3+
#
4+
5+
CMakeCache.txt
6+
CMakeFiles
7+
CMakeScripts
8+
Testing
9+
Makefile
10+
cmake_install.cmake
11+
install_manifest.txt
12+
compile_commands.json
13+
CTestTestfile.cmake
14+
15+
16+
#
17+
# Own
18+
#
19+
20+
build/
21+
baserom.gba
22+

0 commit comments

Comments
 (0)