Updated .gitignore to ignore project files
This commit is contained in:
parent
b0ae63c602
commit
2bae2a6759
|
@ -14,8 +14,12 @@ install_manifest.txt
|
||||||
libvbamcore.a
|
libvbamcore.a
|
||||||
libfex.a
|
libfex.a
|
||||||
|
|
||||||
|
#Project Files
|
||||||
|
build
|
||||||
|
.cproject
|
||||||
|
.project
|
||||||
|
.kdev4
|
||||||
|
|
||||||
#Others
|
#Others
|
||||||
/*.patch
|
/*.patch
|
||||||
/.cproject
|
|
||||||
/.project
|
|
||||||
*.[Gg][Bb][Aa]
|
*.[Gg][Bb][Aa]
|
||||||
|
|
Loading…
Reference in New Issue