Skip to content

Commit

Permalink
Added .gitignore files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Kosinski committed Oct 26, 2008
1 parent fc53004 commit 65e0f3b
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.lev
*.o
Makefile
binary
build
11 changes: 11 additions & 0 deletions dat/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
data
dungeon
dungeon.pdf
nhshare
nhushare
options
oracles
quest.dat
quest_levs
rumors
spec_levs
8 changes: 8 additions & 0 deletions include/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
date.h
dgn_comp.h
filename.h
lev_comp.h
onames.h
pm.h
tile.h
vis_tab.h
5 changes: 5 additions & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
config.h-t
hack.h-t
monstr.c
tile.c
vis_tab.c
9 changes: 9 additions & 0 deletions util/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
dgn_comp
dgn_lex.c
dgn_yacc.c
dlb
lev_comp
lev_lex.c
lev_yacc.c
makedefs
tilemap

0 comments on commit 65e0f3b

Please sign in to comment.