diff options
author | Joel E. Denny <jdenny@ces.clemson.edu> | 2008-07-14 06:06:26 -0400 |
---|---|---|
committer | Joel E. Denny <jdenny@ces.clemson.edu> | 2008-07-14 06:06:26 -0400 |
commit | 0f1d6f10d76a4510cc179ee0bce7a2fd18019069 (patch) | |
tree | 4d019f9b153eb6a86020c0f0c09f3518e2c8c9d9 /.gitignore | |
parent | 7bd1665a866352f3c1ef800e907e5357f72ff94a (diff) | |
download | bison-0f1d6f10d76a4510cc179ee0bce7a2fd18019069.tar.gz |
Add .gitignore everywhere based on .cvsignore.
* .gitignore: New.
* build-aux/.gitignore: New.
* data/.gitignore: New.
* doc/.gitignore: New.
* etc/.gitignore: New.
* examples/.gitignore: New.
* examples/calc++/.gitignore: New.
* lib/.gitignore: New.
* m4/.gitignore: New.
* po/.gitignore: New.
* runtime-po/.gitignore: New.
* src/.gitignore: New.
* tests/.gitignore: New.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..dcc16144 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +/*.cache +/*.flc +/*.patch *.log log patches applied +/*.prj +/.version +/ABOUT-NLS +/COPYING +/INSTALL +/Makefile +/Makefile.in +/_* +/a.exe +/a.out +/aclocal.m4 +/b.out +/bison-* +/conf[0-9]* +/confdefs* +/config.log +/config.status +/configure +/configure.lineno +/conftest* +/gnulib +/javacomp.sh +/javaexec.sh +/patches +/releases +/stamp-h* |