stage0/.gitignore

36 lines
943 B
Plaintext
Raw Permalink Normal View History

2017-04-01 22:26:44 +01:00
## Copyright (C) 2016 Jeremiah Orians
2017-03-31 19:11:11 +01:00
## This file is part of stage0.
##
2018-08-27 02:50:34 +01:00
## stage0 is free software: you can redistribute it and/or modify
2017-03-31 19:11:11 +01:00
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
##
## stage0 is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with stage0. If not, see <http://www.gnu.org/licenses/>.
# Folders that hold cached results
bin/
tmp/
2016-08-17 23:25:34 +01:00
__pycache__/
roms/
prototypes/
# Generated files that don't need to be version controlled
*.so
*.o
2016-08-17 23:25:34 +01:00
tape_*
rom
2017-05-20 18:55:36 +01:00
*.qst
*.tmp
2016-08-17 23:25:34 +01:00
z_disassembled
# Ignore custom fonts the users might load
public/*.ttf