summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-29 18:45:31 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-29 18:45:31 -0400
commit79e77921c30109d29c3d791099aa42696c25ba99 (patch)
tree88804ef7b70137365d15afceaee9872d2c7b9890 /.gitignore
parent06c43a0f10dc2afc08bf36311cd3b502c291df65 (diff)
Output NARC contents as C enums in .naix files
You can include these by typing out the full path to the .naix file (minus the files/ prefix). Example: ```c ``` Also: - Build the filesystem before building the C objects
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fcfaecac..c10cf159 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,4 @@ symbols.csv
*.arc
files/**/*.c
*.o
+*.naix