summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2012-01-16 07:28:34 +0100
committerMagnus Holmgren <magnushol@gmail.com>2012-01-16 22:29:47 +0100
commitd9f1f86a65fe3981567927f062078d6b75feb566 (patch)
tree88dd435f7f2a9d18474712abe9f77238973bb642 /.gitignore
parent92fa7a846a15cdc29677fcd5e708a3084e8100b7 (diff)
downloadrockbox-d9f1f86a65fe3981567927f062078d6b75feb566.tar.gz
rockbox-d9f1f86a65fe3981567927f062078d6b75feb566.zip
Add a generic *.exe to .gitignore, and remove the specific ones.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 1 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 456f0e1c23..15e6bd3033 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
1# / 1# /
2/build* 2/build*
3/output 3/output
4*.exe
4 5
5# /rbutil/ 6# /rbutil/
6/rbutil/Makefile 7/rbutil/Makefile
@@ -70,7 +71,6 @@
70# /utils/MTP/beastpatcher/ 71# /utils/MTP/beastpatcher/
71/utils/MTP/beastpatcher/bootimg.* 72/utils/MTP/beastpatcher/bootimg.*
72/utils/MTP/beastpatcher/beastpatcher 73/utils/MTP/beastpatcher/beastpatcher
73/utils/MTP/beastpatcher/beastpatcher.exe
74/utils/MTP/beastpatcher/bin2c* 74/utils/MTP/beastpatcher/bin2c*
75 75
76# /utils/MTP/beastpatcher/vs2005/ 76# /utils/MTP/beastpatcher/vs2005/
@@ -88,13 +88,6 @@
88/utils/jz4740_tools/HXFsplit 88/utils/jz4740_tools/HXFsplit
89/utils/jz4740_tools/HXFmerge 89/utils/jz4740_tools/HXFmerge
90/utils/jz4740_tools/IHFSsplit 90/utils/jz4740_tools/IHFSsplit
91/utils/jz4740_tools/HXFreplace.exe
92/utils/jz4740_tools/HXF2IHFS.exe
93/utils/jz4740_tools/usbtool.exe
94/utils/jz4740_tools/DLanalyser.exe
95/utils/jz4740_tools/HXFsplit.exe
96/utils/jz4740_tools/HXFmerge.exe
97/utils/jz4740_tools/IHFSsplit.exe
98/utils/jz4740_tools/jz_xloader.* 91/utils/jz4740_tools/jz_xloader.*
99/utils/jz4740_tools/bin2c 92/utils/jz4740_tools/bin2c
100 93
@@ -105,7 +98,6 @@
105/utils/themeeditor/Makefile* 98/utils/themeeditor/Makefile*
106/utils/themeeditor/object_script* 99/utils/themeeditor/object_script*
107/utils/themeeditor/rbthemeeditor 100/utils/themeeditor/rbthemeeditor
108/utils/themeeditor/*.exe
109 101
110# /utils/zenutils/ 102# /utils/zenutils/
111/utils/zenutils/build 103/utils/zenutils/build