From bf8276c009972f9f4bab9ee87c28be48a3d14731 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 9 Sep 2007 13:13:03 +0200 Subject: [PATCH] Add a .gitignore file. --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..6ca2a854 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +*.[oa] +foo* +bar* +para_* +*.cmdline.[ch] +GPATH +GRTAGS +GSYMS +GTAGS +autom4te.cache +configure +config.h +config.h.in +config.log +config.status +Makefile +Makefile.deps +TODO +NONE +aclocal.m4 +*_command_list.h +*_command_list.man +paraslash-git.tar.bz2 +skencil/overview.pdf +web/sync +*.swp -- 2.39.2