From 54e87ffed132d8060051c968bbf9b4d2869032e1 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Fri, 24 Jun 2016 13:09:21 -0500 Subject: [PATCH] 0.c is under study wwww --- git_igno.re | 30 ++++++++++++++++++++++++++++++ makefile | 2 ++ 2 files changed, 32 insertions(+) create mode 100755 git_igno.re 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 -- 2.39.5