diff --git a/.gitignore b/.gitignore index ad8f8b82..b3a8f43b 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,9 @@ build/ *.log *.scc +# Libretro build files +*.o + # Visual C++ cache files ipch/ *.aps @@ -135,7 +138,6 @@ UpgradeLog*.htm App_Data/*.mdf App_Data/*.ldf - #LightSwitch generated files GeneratedArtifacts/ _Pvt_Extensions/ @@ -166,4 +168,4 @@ $RECYCLE.BIN/ *.VC.opendb *.VC.db *.VC.db-wal -*.VC.db-shm \ No newline at end of file +*.VC.db-shm diff --git a/Libretro/.gitignore b/Libretro/.gitignore new file mode 100644 index 00000000..10b8d829 --- /dev/null +++ b/Libretro/.gitignore @@ -0,0 +1,5 @@ +*.a +*.so +*.dylib +*.bc +*.dll