Update .gitignore to add *.ii and *.s files
This commit is contained in:
parent
5999cfb1c8
commit
4941f2d31c
1 changed files with 8 additions and 6 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -37,17 +37,19 @@ Thumbs.db
|
|||
!dependencies/**/*.bat
|
||||
|
||||
# C++ objects and libs
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.a
|
||||
*.dll
|
||||
*.dylib
|
||||
*.ii
|
||||
*.la
|
||||
*.lai
|
||||
*.lo
|
||||
*.o
|
||||
*.s
|
||||
*.slo
|
||||
*.so
|
||||
*.so.*
|
||||
*.dll
|
||||
!dependencies/**/*.dll
|
||||
*.dylib
|
||||
|
||||
# Qt-es
|
||||
object_script.*.Release
|
||||
|
|
@ -110,4 +112,4 @@ compile_commands.json
|
|||
*.Release
|
||||
|
||||
# Clang tooling files
|
||||
compile_commands.json
|
||||
compile_commands.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue