Skip to content

Commit

Permalink
Add a .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
IngCr3at1on committed Sep 24, 2012
1 parent 8e012af commit 66d7231
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#
# normal rules
#
.*
*~
*.orig
\#*#

#
# git files that we don't want to ignore even if they are dot-files
#
!.gitignore

#
# ignore the res and gui folders as they have separate repos
#
/res
/gui

0 comments on commit 66d7231

Please sign in to comment.