From ef78daa43680e8c27ad4e883c00999f5698c0a38 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Mon, 14 Mar 2016 09:55:17 -0500 Subject: [PATCH] update --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..7345f26 --- /dev/null +++ b/.gitignore @@ -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~ +*.map +#*.MAP +!modex.lib +img +!.git/config +!.gitmodules +# except foo.html which is maintained by hand. +#!foo.html +# Ignore objects and archives. +*.[oa] + -- 2.39.2