summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2016-03-06 13:29:43 -0500
committerPaul Smith <psmith@gnu.org>2016-03-08 23:40:46 -0500
commitfb7a7adc8a54bfd33ca939f7ab6e039a3b2c3355 (patch)
treee861773723747ed35bd09b9fd6347fa8b7b7fb18 /.gitignore
parent4f8be4bb28594756b994d6a55e23416570a9a1ed (diff)
downloadmake-git-fb7a7adc8a54bfd33ca939f7ab6e039a3b2c3355.tar.gz
Extract jobserver implementation into OS-specific files.
* os.h, posixos.c, w32/w32os.c: New files implementing jobserver. * job.c, job.h, main.c, makeint.h: Move content to new files. * w32/include/sub_proc.h, w32/subproc/sub_proc.c: Ditto. * Makefile.am: Build and package OS-specific files. * build_w32.bat, make_msvc_net2003.vcproj, README.W32.template: Update for new files, and clean up the build. * POTFILES.in, maintMakefile, NMakefile.template: Ditto. * w32/subproc/build.bat: Delete as unused.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 00cfa73d..3990c553 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,6 +34,12 @@ make
*.pdb
*.sbr
+# Windows build artifacts
+/WinDebug/
+/WinRel/
+/GccDebug/
+/GccRel/
+
# Distribution artifacts
.dep_segment
.check-git-HEAD