Changeset - r24319:396d726feebc
[Not reviewed]
master
1 1 0
frosch - 4 years ago 2020-06-06 20:01:34
frosch@openttd.org
Fix: Adjust .gitignore to CMake build system.
2 files changed with 1 insertions and 79 deletions:
0 comments (0 inline, 0 general)
.gitignore
Show inline comments
 
bin/*
 
!bin/ai
 
bin/ai/*
 
!bin/ai/compat*.nut
 
!bin/ai/regression
 
!bin/data
 
bin/baseset/*
 
!bin/baseset/openttd.grf
 
!bin/baseset/opntitle.dat
 
!bin/baseset/orig_extra.grf
 
!bin/baseset/orig_*.obg
 
!bin/baseset/orig_*.obs
 
!bin/baseset/no_sound.obs
 
!bin/baseset/no_music.obm
 
!bin/baseset/orig_*.obm
 
!bin/game
 
bin/game/*
 
!bin/game/compat*.nut
 
!bin/scripts
 
bin/scripts/*
 
!bin/scripts/*.example
 
!bin/scripts/readme.txt
 

	
 
bundle/*
 
bundles/*
 
/build
 
docs/aidocs/*
 
docs/gamedocs/*
 
docs/source/*
 
media/openttd.desktop
 
media/openttd.desktop.install
 
projects/.vs
 
projects/Debug
 
projects/Release
 
projects/*.ncb
 
projects/*.suo
 
projects/*.sdf
 
projects/*.opensdf
 
projects/*.vcproj.*.user
 
projects/*.vcxproj.user
 
projects/*.VC.db
 
projects/*.VC.opendb
 

	
 
/Makefile*
 
!/Makefile.msvc
 
/config.*
 
!/config.lib
 
!*.in
 
*.tmp
.hgignore
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)