aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorKalev Lember <kalev@smartlink.ee>2009-04-28 16:36:54 (GMT)
committerKalev Lember <kalev@smartlink.ee>2009-09-01 15:47:35 (GMT)
commitdf4440f0f53c189ce659350f0f87d6fcb51f1ac1 (patch)
tree7cd702cc96de80fb6f0ae02b9df7f16d36467765 /.gitignore
parentdaef882d3cbbab5ea109ebd27d87a6e3dfd2829a (diff)
downloadpowwow-df4440f0f53c189ce659350f0f87d6fcb51f1ac1.zip
powwow-df4440f0f53c189ce659350f0f87d6fcb51f1ac1.tar.gz
powwow-df4440f0f53c189ce659350f0f87d6fcb51f1ac1.tar.bz2
Create empty ChangeLog if we build from git tree
For releases ChangeLog is generated from ChangeLog.old, but in case we are building directly from a git checkout and we lack ChangeLog file, automake fails.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a485cc2..ff22540 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*.o
*~
.deps/
+ChangeLog
Makefile
Makefile.in
aclocal.m4