[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[warnings 1/7] build-aux: Add generated files to .gitignore.
From: |
Ben Pfaff |
Subject: |
[warnings 1/7] build-aux: Add generated files to .gitignore. |
Date: |
Fri, 17 Sep 2010 21:36:26 -0700 |
---
build-aux/.gitignore | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
create mode 100644 build-aux/.gitignore
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
new file mode 100644
index 0000000..5a30033
--- /dev/null
+++ b/build-aux/.gitignore
@@ -0,0 +1,9 @@
+/arg-nonnull.h
+/c++defs.h
+/config.libpath
+/config.rpath
+/gitlog-to-changelog
+/install-reloc
+/reloc-ldflags
+/unused-parameter.h
+/warn-on-use.h
--
1.7.1
- [warnings 0/7] Fix build warnings, Ben Pfaff, 2010/09/18
- [warnings 6/7] linreg: Delete unused static function., Ben Pfaff, 2010/09/18
- [warnings 7/7] GLM: Fix compiler warnings., Ben Pfaff, 2010/09/18
- [warnings 1/7] build-aux: Add generated files to .gitignore.,
Ben Pfaff <=
- [warnings 3/7] Suppress warnings about conversions between char * and unsigned char *., Ben Pfaff, 2010/09/18
- [warnings 5/7] Fix some constness problems that led to warnings., Ben Pfaff, 2010/09/18
- [warnings 2/7] recode: Fix a warning in recode_trns_proc()., Ben Pfaff, 2010/09/18