1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-31 10:42:50 -05:00

Add .gitignore rules for in-tree builds.

This set of rules should cover make and ninja on Linux, and all of
nmake, ninja and vcxproj on Windows, so that if someone follows the
README build instructions (by doing 'cmake .' in-tree), it should
generate no debris that .gitignore can't filter out.
This commit is contained in:
Simon Tatham 2021-04-19 18:10:31 +01:00
parent e6c0fa6ba4
commit e273386272

21
.gitignore vendored
View File

@ -1,5 +1,18 @@
*.o
*.pyc
*.vcxproj
*.vcxproj.filters
.ninja_deps
.ninja_log
build.ninja
/CMakeCache.txt
CMakeFiles/
Debug/
Win32/
cmake_install.cmake
/shipped.txt
*.dir/
*.lib
.dirstamp
.deps
.DS_Store
@ -16,6 +29,7 @@
/*.dsw
/*.opt
/*.dsp
/*.sln
/*.tds
/*.td2
/*.map
@ -46,6 +60,9 @@
/testzlib
/cgtest
/scctest
/test_host_strfoo
/test_tree234
/test_wildcard
/*.DSA
/*.RSA
/*.cnt
@ -54,9 +71,9 @@
/build.log
/build.out
/empty.h
/Makefile
Makefile
/compile
/*.a
*.a
/charset/sbcsdat.c
/contrib/cygtermd/cygtermd.exe
/doc/*.html