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
|
*.bmp
|
||||||
*.lproj
|
*.lproj
|
||||||
|
|
||||||
|
*.tmp
|
||||||
|
*.vcxproj
|
||||||
|
*.filters
|
||||||
|
*.sln
|
||||||
|
|
||||||
|
bin/
|
||||||
|
lib/
|
||||||
|
oneshot\.dir/
|
||||||
|
x64/
|
||||||
|
|
||||||
Makefile*
|
Makefile*
|
||||||
|
|
||||||
/oneshot
|
/oneshot
|
||||||
|
|
@ -34,11 +44,10 @@ OneShot
|
||||||
.qmake.stash
|
.qmake.stash
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
CMakeFiles/
|
CMakeFiles/
|
||||||
|
cmake_install\.cmake
|
||||||
conanbuildinfo\.cmake
|
conanbuildinfo\.cmake
|
||||||
conaninfo\.txt
|
conaninfo\.txt
|
||||||
conanbuildinfo\.txt
|
conanbuildinfo\.txt
|
||||||
cmake_install\.cmake
|
conan_imports_manifest\.txt
|
||||||
|
|
||||||
oclint/
|
oclint/
|
||||||
|
|
||||||
*.tmp
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue