mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Ignore temporary files
This commit is contained in:
parent
f1f95b1630
commit
49cce9e4d8
1 changed files with 12 additions and 3 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -7,6 +7,16 @@
|
|||
*.bmp
|
||||
*.lproj
|
||||
|
||||
*.tmp
|
||||
*.vcxproj
|
||||
*.filters
|
||||
*.sln
|
||||
|
||||
bin/
|
||||
lib/
|
||||
oneshot\.dir/
|
||||
x64/
|
||||
|
||||
Makefile*
|
||||
|
||||
/oneshot
|
||||
|
|
@ -34,11 +44,10 @@ OneShot
|
|||
.qmake.stash
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
cmake_install\.cmake
|
||||
conanbuildinfo\.cmake
|
||||
conaninfo\.txt
|
||||
conanbuildinfo\.txt
|
||||
cmake_install\.cmake
|
||||
conan_imports_manifest\.txt
|
||||
|
||||
oclint/
|
||||
|
||||
*.tmp
|
||||
|
|
|
|||
Loading…
Reference in a new issue