summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2016-10-04 17:01:59 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2016-10-04 17:01:59 -0700
commit397c169736925214b495d841f00a9ccd9b329e66 (patch)
tree90ade77e8153dc2cb35666f710c66c0158066e81 /.gitignore
parent9255b5136992c2c1dee2fd11b9d2a389b377162d (diff)
downloadnasm-397c169736925214b495d841f00a9ccd9b329e66.tar.gz
Move config.h to a subdirectory, add MSVC-specific config file
Instead of trying to do hacks in the Makefiles, define header files for specific compilers if they can't use autoconf. Currently defined for Microsoft Visual Studio, based on MSDN documentation. It is currently untested. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index d9ac37be..a4d8ae27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,8 +34,8 @@ TAGS
/asm/pptok.ph
/asm/tokens.h
/asm/tokhash.c
-/config.h
-/config.h.in
+/config/config.h
+/config/config.h.in
/config.log
/config.status
/configure