From e81ec0e83cf3b98d5cd1848f0382fce507c03f6c Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 1 Jun 2008 19:53:55 +0200 Subject: [PATCH] Add .gitignore. Hopefully this makes it less likely to forget to check in important files. --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..743f60e --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.[oa] +foo* +bar* +cmdline.[ch] +GPATH +GRTAGS +GSYMS +GTAGS +Makefile.deps +TODO +*.swp +adu -- 2.39.2