From: sparky4 Date: Fri, 24 Jun 2016 18:09:21 +0000 (-0500) Subject: 0.c is under study wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=54e87ffed132d8060051c968bbf9b4d2869032e1;p=16.git 0.c is under study wwww --- diff --git a/git_igno.re b/git_igno.re new file mode 100755 index 00000000..3b6f01c0 --- /dev/null +++ b/git_igno.re @@ -0,0 +1,30 @@ +# Lines starting with '#' are considered comments. +# Ignore (generated) html files, +*.html +*.htm +!proj16.bfproject +*.obj +*.OBJ +*.[O] +*.BCO +*.*~ +FUCK +*.err +*.ERR +*.lib +*.LIB +makefile~ +README~ +TODO~ +LICENCE~ +*.mah +*.MAH +!makefile +!modex.lib +img +!.git/config +!.gitmodules +# except foo.html which is maintained by hand. +#!foo.html +# Ignore objects and archives. +*.[oa] diff --git a/makefile b/makefile index 2d185ff0..11345c6d 100755 --- a/makefile +++ b/makefile @@ -426,6 +426,7 @@ clean: .symbolic backupconfig: .symbolic @$(COPYCOMMAND) .git$(DIRSEP)config git_con.fig @$(COPYCOMMAND) .gitmodules git_modu.les + @$(COPYCOMMAND) .gitignore git_igno.re comp: .symbolic @upx -9 $(EXEC) @@ -472,6 +473,7 @@ reinitlibs: .symbolic initlibs: .symbolic @cp git_con.fig .git/config @cp git_modu.les .gitmodules + @cp git_igno.re .gitignore @cd $(SRCLIB) @git clone https://github.com/joncampbell123/doslib.git @git clone https://github.com/zserge/jsmn.git