From a3bd466e254e4bbe7e3eb7826d5733ad193fa209 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 12 Jan 2013 17:56:25 -0500 Subject: Modify .gitignore for proper formatting. --- .gitignore | 75 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 41 insertions(+), 34 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 15ec215..795ce4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,37 +1,44 @@ -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* ABOUT-NLS -make-3* make-test* -*.info *.info-* -stamp-* -makebook* - +# Development artifacts +ID +TAGS .*gdbinit .gdb_history - -*.dep *.dvi *.toc *.aux *.log -*.cp *.cps *.fn *.fns *.vr *.vrs *.tp *.tps *.ky *.kys *.pg *.pgs - -README README.DOS README.W32 README.OS2 -aclocal.m4 autom4te.cache -config.h.in config.h config.status config.cache configure -Makefile.in Makefile -build.sh.in build.sh -SMakefile NMakefile Makefile.DOS -config.ami configh.dos config.h.W32 config.h-vms - -loadavg loadavg.c make - +*~ +#* +.#* + +# Configure artifacts +ABOUT-NLS +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +config.h +config.h.in +config.log +config.status +configure +stamp-h1 + +# Build artifacts +.deps gmk-default.h - -.deps .dep_segment ID TAGS - -_* -sun4 i386 i386-netbsd hp300-netbsd hp300 rs6000 sun3 news800 amiga -hp700 hp834 mips sol2 i486-linux - -customs - -install-sh mkinstalldirs - -.directive.asc +loadavg +make +*.o + +# Distribution artifacts +.dep_segment +Makefile.DOS +NMakefile +README +README.DOS +README.OS2 +README.W32 +SMakefile +build.sh.in +config.ami +config.h-vms +config.h.W32 +configh.dos +make*.tar.* -- cgit v1.2.3