fceux/.gitignore

51 lines
730 B
Plaintext
Raw Normal View History

2024-02-17 18:21:47 +00:00
build
2018-04-11 04:19:26 +00:00
/vc/defaultconfig/scmrev.h
2018-04-11 04:22:18 +00:00
/vc/.vs
/vc/vc14_bin_Debug
/vc/vc14_obj_Debug
2018-06-02 00:58:28 +00:00
/vc/vc14_obj_Release
/vc/vc14_obj_PublicRelease
/vc/vc10_bin_Debug
/vc/vc10_obj_Debug
/vc/vc10_obj_Release
/vc/vc10_obj_PublicRelease
/vc/x64
2018-04-11 05:16:59 +00:00
/vc/*.user
2018-06-02 00:58:28 +00:00
/vc/*.sdf
/vc/*.opensdf
/vc/*.suo
/vc/ipch
2018-04-11 06:16:59 +00:00
/output/auxlib.lua
/output/fceux.pdb
/output/7z.dll
2023-03-26 19:48:26 +00:00
/output/7z_64.dll
2018-04-11 06:16:59 +00:00
/output/fceux.exe
/output/fceux.exp
/output/fceux.lib
2018-06-02 00:58:28 +00:00
/output/fceux.cfg
2018-06-20 01:38:33 +00:00
/output/sav/*.sav
/output/fcs/*.fc*
2018-06-19 03:19:23 +00:00
/vc/userconfig/scmrev.h
/vc/fceux.zip
/vc/fceux64.zip
# macOS junk
.DS_Store
# linux build output
bin
src/fceux
fceux-net-server
*.o
.sconf_temp/
.sconsign.dblite
.deps
2018-06-20 01:45:05 +00:00
.dirstamp
2020-01-04 10:48:32 +00:00
/output/movies
/output/cheats
/output/snaps
/output/sav
2020-10-29 15:00:35 +00:00
# typical CMake build directory
/build