58 lines
650 B
Plaintext
58 lines
650 B
Plaintext
# CVS default ignores begin
|
|
tags
|
|
TAGS
|
|
.make.state
|
|
.nse_depinfo
|
|
*~
|
|
\#*
|
|
.#*
|
|
,*
|
|
_$*
|
|
*$
|
|
*.old
|
|
*.bak
|
|
*.BAK
|
|
*.orig
|
|
*.rej
|
|
.del-*
|
|
*.a
|
|
*.olb
|
|
*.o
|
|
*.obj
|
|
*.so
|
|
*.exe
|
|
*.Z
|
|
*.elc
|
|
*.ln
|
|
core
|
|
# CVS default ignores end
|
|
.*.swp
|
|
|
|
# We generate makefiles by shell script
|
|
Makefile
|
|
|
|
# Win32-specific ignores
|
|
Debug/
|
|
Release/
|
|
binary/
|
|
build/
|
|
ipch/
|
|
Nethack.sln
|
|
Nethack.sdf
|
|
Nethack.opensdf
|
|
Makefile.bcc
|
|
Makefile.gcc
|
|
Makefile-orig
|
|
Makefile.bcc-orig
|
|
Makefile.gcc-orig
|
|
*.suo
|
|
*.pdb
|
|
*.ilk
|
|
# VS2013 extension to auto-whine about questionable code generates these
|
|
*.lastcodeanalysissucceeded
|
|
# VS 2017 caches data into the hidden directory .vs
|
|
.vs
|
|
# Win32-specific ignores end
|
|
.DS_Store
|
|
|