Skip to content

Commit

Permalink
Added an gitignore file to remove untracked git messages
Browse files Browse the repository at this point in the history
  • Loading branch information
rehno-lindeque committed Jan 29, 2011
1 parent 4159c63 commit 63a4d50
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
##############################################################################
#
# .GITIGNORE
#
# Copyright (c) 2011 Rehno Lindeque. All rights reserved.
#
##############################################################################

# Ignore any build directories
build/

# Ignore any lib directories
lib/

# Ignore any bin directories
bin/

# Ignore build files
*.a
*.o
*.pyc
.hi

# Ignore temporary files
*~
*.backup

# Ignore any other version control system
.svn
.cvs

# Ignore unnecessary build system files
.sconsign.dblite

0 comments on commit 63a4d50

Please sign in to comment.