OSDN Git Service

[Fix] #41061 clangの警告修正ミスに対応. / Respond to clang warning correction mistakes.
[hengband/hengband.git] / .gitignore
index 5fccd7f..54b356d 100644 (file)
@@ -1,6 +1,7 @@
 # generated files by autoconf and automake
 aclocal.m4
 autom4te.cache
+compile
 configure
 depcomp
 install-sh
@@ -12,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
@@ -25,6 +27,7 @@ doxygen/html/
 
 # Windows binary
 Hengband.exe
+Hengband.exe.lastcodeanalysissucceeded
 
 # game data files auto generated
 Hengband.INI
@@ -49,6 +52,7 @@ lib/save/
 *.userprefs
 
 # Build results
+[Ee]nglish-[Dd]ebug/
 [Dd]ebug/
 [Dd]ebugPublic/
 [Rr]elease/