diff --git a/.gitignore b/.gitignore index f948c618..b3a62f02 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,7 @@ doc/ #global filetypes to ignore *.depend *.layout -*.patch +*.patch *.cscope_file_list *.bmarks *.chw @@ -63,10 +63,16 @@ x64_dbg_gui/Project/Src/Bridge/libx32_bridge.a x64_dbg_gui/Project/Src/Bridge/libx64_bridge.a x64_dbg_gui/Project/Src/Bridge/x32_bridge.lib x64_dbg_gui/Project/Src/Bridge/x64_bridge.lib +x64_dbg_gui/*/Makefile +x64_dbg_gui/*/Makefile.Debug +x64_dbg_gui/*/Makefile.Release tools/ RCa* *.aps +# Intel performance guide +*.ipgset + #exceptions !/AStyleWhore.exe !/AStyle.dll \ No newline at end of file diff --git a/x64_dbg_exe/app.manifest b/x64_dbg_exe/app.manifest new file mode 100644 index 00000000..310cf3cb --- /dev/null +++ b/x64_dbg_exe/app.manifest @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file