Skip to content

Commit

Permalink
Add .gitignore and ignore build/ dir
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkOates authored and SiegeLord committed May 7, 2016
1 parent 978e71f commit 02ad2c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

# ignore the build/ directory
build/
4 changes: 2 additions & 2 deletions README_make.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Linux, and also Mac OS X and MinGW.
2. Create a build directory under the Allegro directory and go there.

cd /path/to/allegro
mkdir Build
cd Build
mkdir build
cd build

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

0 comments on commit 02ad2c3

Please sign in to comment.