OSDN Git Service

[Fix] #41061 clangの警告修正ミスに対応. / Respond to clang warning correction mistakes.
[hengband/hengband.git] / .gitignore
index 3a3836b..54b356d 100644 (file)
@@ -13,12 +13,13 @@ autoconf.h.in
 config.log
 config.status
 Makefile
-src/.deps
-src/autoconf.h
-src/stamp-h1
+src/**/.deps
+src/**/.dirstamp
+src/**/autoconf.h
+src/**/stamp-h1
 
 # generated by gcc
-src/*.o
+src/**/*.o
 src/hengband
 
 # Ignore generated documents by Doxygen
@@ -26,6 +27,7 @@ doxygen/html/
 
 # Windows binary
 Hengband.exe
+Hengband.exe.lastcodeanalysissucceeded
 
 # game data files auto generated
 Hengband.INI
@@ -50,6 +52,7 @@ lib/save/
 *.userprefs
 
 # Build results
+[Ee]nglish-[Dd]ebug/
 [Dd]ebug/
 [Dd]ebugPublic/
 [Rr]elease/