summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2016-05-25 12:06:29 -0700
committerH. Peter Anvin <hpa@zytor.com>2016-05-25 12:06:29 -0700
commite1f985c167495185c55c46e640f2607604597383 (patch)
tree3ddd11d12e6a3bf6e21c39d1342175d5488d8d39 /.gitignore
parent22538e2b6713d6e4e05fb82c6969320a519b4c93 (diff)
downloadnasm-e1f985c167495185c55c46e640f2607604597383.tar.gz
Reorganize the source code into subdirectories
Make the source code easier to understand and keep track of by organizing it into subdirectories depending on the function. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore52
1 files changed, 26 insertions, 26 deletions
diff --git a/.gitignore b/.gitignore
index 1bfdb987..d9ac37be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,14 +25,20 @@
cscope*
tags
TAGS
+/*.1
/Makefile
+/asm/directiv.c
+/asm/directiv.h
+/asm/pptok.c
+/asm/pptok.h
+/asm/pptok.ph
+/asm/tokens.h
+/asm/tokhash.c
/config.h
/config.h.in
/config.log
/config.status
/configure
-/directiv.c
-/directiv.h
/doc/*.dip
/doc/*.hpj
/doc/*.pdf
@@ -41,22 +47,15 @@ TAGS
/doc/*.texi
/doc/*.txt
/doc/Makefile
-/doc/inslist.src
-/doc/version.src
/doc/html
/doc/info
-/insnsa.c
-/insnsb.c
-/insnsd.c
-/insnsi.h
-/insnsn.c
-/macros.c
+/doc/inslist.src
+/doc/version.src
+/macros/macros.c
/nasm
/ndisasm
-/*.1
-/pptok.c
-/pptok.h
-/pptok.ph
+/nsis/arch.nsh
+/nsis/version.nsh
/rdoff/Makefile
/rdoff/ldrdf
/rdoff/rdf2bin
@@ -67,22 +66,23 @@ TAGS
/rdoff/rdfdump
/rdoff/rdflib
/rdoff/rdx
-/regdis.c
-/regdis.h
-/regflags.c
-/regs.c
-/regs.h
-/regvals.c
/test/golden
/test/perf/*.asm
/test/testresults
-/tokens.h
-/tokhash.c
/version.h
/version.mac
/version.mak
/version.sed
-/iflag.c
-/iflaggen.h
-/nsis/version.nsh
-/nsis/arch.nsh
+/x86/iflag.c
+/x86/iflaggen.h
+/x86/insnsa.c
+/x86/insnsb.c
+/x86/insnsd.c
+/x86/insnsi.h
+/x86/insnsn.c
+/x86/regdis.c
+/x86/regdis.h
+/x86/regflags.c
+/x86/regs.c
+/x86/regs.h
+/x86/regvals.c