diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2014-01-20 06:01:51 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2014-01-20 06:03:20 +0000 |
commit | bb0f817ac8e84cfcc165ea860f76468c2c3cab8e (patch) | |
tree | 2089d711c53992c4e723803749a96306ef568db4 | |
parent | 0c1a9bdf628ac9502879b52bd8880c5c053e9b8b (diff) | |
download | fpGUI-bb0f817ac8e84cfcc165ea860f76468c2c3cab8e.tar.xz |
Exclude *.exe files from git output
We don't need to track EXE files.
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,4 +2,5 @@ *.ppu *.lps *.compiled -*.bak*
\ No newline at end of file +*.bak* +*.exe |