diff options
-rw-r--r-- | .gitignore | 31 | ||||
-rw-r--r-- | ChangeLog | 5 |
2 files changed, 36 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62d3e58 --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +# -*- mode: sh -*- + +# Emacs +*~ + +# Object files +*.o +*.l[ao] + +# Autoconf & Co +.deps +.libs +Makefile +Makefile.in + +# Flex/Bison +*_gram.c +*_gram.h +*_tok.c + +# Python +__pycache__ + +# d2c +*.g +.gen +fmk.done +src/arch/arm/v7/opcodes/ + +# GLib +src/glibext/chrysamarshal.* @@ -1,3 +1,8 @@ +15-12-03 Cyrille Bagard <nocbos@gmail.com> + + * .gitignore: + Add a '.gitignore' file for the repository. + 15-12-01 Cyrille Bagard <nocbos@gmail.com> * src/analysis/db/cdb.c: |