Cleaned up and updated .gitignore files
This commit is contained in:
parent
e29badf3d9
commit
6d5054fff2
|
@ -1,12 +1,20 @@
|
|||
#Executables
|
||||
vbam
|
||||
gvbam
|
||||
wxvbam
|
||||
|
||||
#cmake files
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
Makefile
|
||||
cmake_install.cmake
|
||||
install_manifest.txt
|
||||
|
||||
#libraries
|
||||
libvbamcore.a
|
||||
libfex.a
|
||||
|
||||
#Others
|
||||
/*.patch
|
||||
/.cproject
|
||||
/.project
|
||||
/CMakeCache.txt
|
||||
/CMakeFiles
|
||||
/Makefile
|
||||
/cmake_install.cmake
|
||||
/gvbam
|
||||
/install_manifest.txt
|
||||
/libvbamcore.a
|
||||
/vbam
|
||||
/wxvbam
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*.cmake
|
||||
/Makefile
|
||||
/CMakeFiles
|
||||
*.gmo
|
||||
/wx-xrc-strings.h
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
/*.gmo
|
||||
/CMakeFiles
|
||||
/Makefile
|
||||
/cmake_install.cmake
|
|
@ -1,4 +0,0 @@
|
|||
/*.gmo
|
||||
/CMakeFiles
|
||||
/cmake_install.cmake
|
||||
/Makefile
|
|
@ -1,11 +1,7 @@
|
|||
/CMakeFiles
|
||||
/wxvbam
|
||||
/builtin-over.h
|
||||
/wxvbam.xpm
|
||||
/cmdtab.cpp
|
||||
/Makefile
|
||||
/wxvbam.xrs
|
||||
/cmake_install.cmake
|
||||
/builtin-xrc.h
|
||||
/cmd-evtable.h
|
||||
/cmdhandlers.h
|
||||
|
|
Loading…
Reference in New Issue