Libretro: Ignore libretro build files. (#307)
This commit is contained in:
parent
efe60a082e
commit
161261ab89
2 changed files with 9 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -49,6 +49,9 @@ build/
|
||||||
*.log
|
*.log
|
||||||
*.scc
|
*.scc
|
||||||
|
|
||||||
|
# Libretro build files
|
||||||
|
*.o
|
||||||
|
|
||||||
# Visual C++ cache files
|
# Visual C++ cache files
|
||||||
ipch/
|
ipch/
|
||||||
*.aps
|
*.aps
|
||||||
|
@ -135,7 +138,6 @@ UpgradeLog*.htm
|
||||||
App_Data/*.mdf
|
App_Data/*.mdf
|
||||||
App_Data/*.ldf
|
App_Data/*.ldf
|
||||||
|
|
||||||
|
|
||||||
#LightSwitch generated files
|
#LightSwitch generated files
|
||||||
GeneratedArtifacts/
|
GeneratedArtifacts/
|
||||||
_Pvt_Extensions/
|
_Pvt_Extensions/
|
||||||
|
@ -166,4 +168,4 @@ $RECYCLE.BIN/
|
||||||
*.VC.opendb
|
*.VC.opendb
|
||||||
*.VC.db
|
*.VC.db
|
||||||
*.VC.db-wal
|
*.VC.db-wal
|
||||||
*.VC.db-shm
|
*.VC.db-shm
|
||||||
|
|
5
Libretro/.gitignore
vendored
Normal file
5
Libretro/.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
*.a
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
*.bc
|
||||||
|
*.dll
|
Loading…
Add table
Reference in a new issue