Create .gitignore file from SVN
This commit is contained in:
parent
576460798c
commit
4d0dc64dff
|
@ -0,0 +1,12 @@
|
|||
/*.patch
|
||||
/.cproject
|
||||
/.project
|
||||
/CMakeCache.txt
|
||||
/CMakeFiles
|
||||
/Makefile
|
||||
/cmake_install.cmake
|
||||
/gvbam
|
||||
/install_manifest.txt
|
||||
/libvbamcore.a
|
||||
/vbam
|
||||
/wxvbam
|
|
@ -0,0 +1,3 @@
|
|||
/Win32
|
||||
/Release
|
||||
/Debug
|
|
@ -0,0 +1,4 @@
|
|||
/*.cmake
|
||||
/Makefile
|
||||
/CMakeFiles
|
||||
/wx-xrc-strings.h
|
|
@ -0,0 +1,4 @@
|
|||
/*.gmo
|
||||
/CMakeFiles
|
||||
/Makefile
|
||||
/cmake_install.cmake
|
|
@ -0,0 +1,4 @@
|
|||
/*.gmo
|
||||
/CMakeFiles
|
||||
/cmake_install.cmake
|
||||
/Makefile
|
|
@ -0,0 +1,5 @@
|
|||
/*.ncb
|
||||
/*.suo
|
||||
/*.user
|
||||
/Win32
|
||||
/x64
|
|
@ -0,0 +1,12 @@
|
|||
/*.sdf
|
||||
/ipch
|
||||
/Release
|
||||
/VBA2010.suo
|
||||
/Win32
|
||||
/*.opensdf
|
||||
/Debug
|
||||
/AccelEditor.i
|
||||
/FileDlg.i
|
||||
/GBColorDlg.i
|
||||
/KeyboardEdit.i
|
||||
/RomInfo.i
|
|
@ -0,0 +1 @@
|
|||
/svnrev.h
|
|
@ -0,0 +1,6 @@
|
|||
/*.APS
|
||||
/AccelEditor.cpp.PVS-Studio.cfg
|
||||
/FileDlg.cpp.PVS-Studio.cfg
|
||||
/GBColorDlg.cpp.PVS-Studio.cfg
|
||||
/KeyboardEdit.cpp.PVS-Studio.cfg
|
||||
/RomInfo.cpp.PVS-Studio.cfg
|
|
@ -0,0 +1,12 @@
|
|||
/CMakeFiles
|
||||
/wxvbam
|
||||
/builtin-over.h
|
||||
/wxvbam.xpm
|
||||
/cmdtab.cpp
|
||||
/Makefile
|
||||
/wxvbam.xrs
|
||||
/cmake_install.cmake
|
||||
/builtin-xrc.h
|
||||
/cmd-evtable.h
|
||||
/cmdhandlers.h
|
||||
/icons
|
Loading…
Reference in New Issue