summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2017-03-07 17:56:42 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2017-03-07 18:08:03 -0800
commited40e2528d3d3d39fd72c32710933d30d2babca1 (patch)
treece1191f3025331cd478b08a36488846f25e36e06 /.gitignore
parentc713168bc72a7fd0dcc8da3b2c41acac18538fe1 (diff)
downloadnasm-ed40e2528d3d3d39fd72c32710933d30d2babca1.tar.gz
Rename directiv.c to directbl.c to free up the name directiv.c
We want to move the directive handling to a separate file, so change the filename of the directive table handler to something a bit more specific. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a4d8ae27..267007b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,7 +27,7 @@ tags
TAGS
/*.1
/Makefile
-/asm/directiv.c
+/asm/directbl.c
/asm/directiv.h
/asm/pptok.c
/asm/pptok.h