.gitignore 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. ## Copyright (C) 2017 Jeremiah Orians
  2. ## This file is part of mescc-tools.
  3. ##
  4. ## mescc-tools is free software: you can redistribute it and/or modify
  5. ## it under the terms of the GNU General Public License as published by
  6. ## the Free Software Foundation, either version 3 of the License, or
  7. ## (at your option) any later version.
  8. ##
  9. ## mescc-tools is distributed in the hope that it will be useful,
  10. ## but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. ## GNU General Public License for more details.
  13. ##
  14. ## You should have received a copy of the GNU General Public License
  15. ## along with mescc-tools. If not, see <http://www.gnu.org/licenses/>.
  16. # Ignore build directory
  17. bin/
  18. # Ignore Temp directory
  19. temp/
  20. # Ignore test result directory
  21. test/results/
  22. # Ignore temp and special files
  23. *.tst
  24. *.qst
  25. # Ignore bootstrap build files
  26. M1-macro-footer.M1
  27. M1-macro.M1
  28. M1-macro.hex2
  29. blood-elf-footer.M1
  30. blood-elf.M1
  31. blood-elf.hex2
  32. hex2_linker-footer.M1
  33. hex2_linker.M1
  34. hex2_linker.hex2
  35. get_machine-footer.M1
  36. get_machine.M1
  37. get_machine.hex2
  38. exec_enable-footer.M1
  39. exec_enable.M1
  40. exec_enable.hex2