Skip to content

Commit 02ad2c3

Browse files
MarkOatesSiegeLord
authored andcommitted
Add .gitignore and ignore build/ dir
1 parent 978e71f commit 02ad2c3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
# ignore the build/ directory
3+
build/

README_make.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Linux, and also Mac OS X and MinGW.
1010
2. Create a build directory under the Allegro directory and go there.
1111

1212
cd /path/to/allegro
13-
mkdir Build
14-
cd Build
13+
mkdir build
14+
cd build
1515

1616
3. Run `cmake` with whatever options you want. See README_cmake.txt
1717
for details about options you can set.

0 commit comments

Comments
 (0)