]> 4ch.mooo.com Git - 16.git/commitdiff
0.c is under study wwww
authorsparky4 <sparky4@cock.li>
Fri, 24 Jun 2016 18:09:21 +0000 (13:09 -0500)
committersparky4 <sparky4@cock.li>
Fri, 24 Jun 2016 18:09:21 +0000 (13:09 -0500)
git_igno.re [new file with mode: 0755]
makefile

diff --git a/git_igno.re b/git_igno.re
new file mode 100755 (executable)
index 0000000..3b6f01c
--- /dev/null
@@ -0,0 +1,30 @@
+# Lines starting with '#' are considered comments.\r
+# Ignore (generated) html files,\r
+*.html\r
+*.htm\r
+!proj16.bfproject\r
+*.obj\r
+*.OBJ\r
+*.[O]\r
+*.BCO\r
+*.*~\r
+FUCK\r
+*.err\r
+*.ERR\r
+*.lib\r
+*.LIB\r
+makefile~\r
+README~\r
+TODO~\r
+LICENCE~\r
+*.mah\r
+*.MAH\r
+!makefile\r
+!modex.lib\r
+img\r
+!.git/config\r
+!.gitmodules\r
+# except foo.html which is maintained by hand.\r
+#!foo.html\r
+# Ignore objects and archives.\r
+*.[oa]\r
index 2d185ff0444bd849a797f50202ee596b9013ec1e..11345c6d6b7c125c8a14fb2b211fac96500f09e0 100755 (executable)
--- 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