Browse Source

provide ready build directories upon clean checkout

Michael 6 years ago
parent
commit
2048a92fa3
6 changed files with 12 additions and 5 deletions
  1. 0
    4
      .gitignore
  2. 3
    0
      base/.gitignore
  3. 3
    0
      base/readme_base.txt
  4. 2
    0
      build/.gitignore
  5. 2
    1
      generated_image/.gitignore
  6. 2
    0
      object/.gitignore

+ 0
- 4
.gitignore View File

@@ -1,15 +1,11 @@
1 1
 *.gba
2 2
 *.o
3
-object
4 3
 temp
5 4
 *.ogg
6 5
 *.wav
7 6
 *.mid
8 7
 *.a
9 8
 *.i
10
-base/*.*
11 9
 nbproject/private/tools/
12
-build/*
13
-generated_image/*
14 10
 .vscode/*
15 11
 todo/

+ 3
- 0
base/.gitignore View File

@@ -0,0 +1,3 @@
1
+*
2
+!.gitignore
3
+!readme_base.txt

+ 3
- 0
base/readme_base.txt View File

@@ -0,0 +1,3 @@
1
+###README_BASE###
2
+
3
+add a firered(u) version 1.0 rom named "bpre0.gba" in this folder in order for the build to work.

+ 2
- 0
build/.gitignore View File

@@ -0,0 +1,2 @@
1
+*
2
+!.gitignore

+ 2
- 1
generated_image/.gitignore View File

@@ -1 +1,2 @@
1
-*.h
1
+*
2
+!.gitignore

+ 2
- 0
object/.gitignore View File

@@ -0,0 +1,2 @@
1
+*
2
+!.gitignore