Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/libpainter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-12-04 07:03:05 +0300
committerPavel Roskin <plroskin@gmail.com>2016-12-04 08:51:04 +0300
commit44977590d288acdcc4068c3f0a6aa329d68f48e7 (patch)
tree353a89f40967731fb209fbe872f2d1457a4473a9
parentf65cbcd62732acb4f6c6f20a62fb7242be4d58cd (diff)
Don't create empty files in bootstrap, they are not needed
-rw-r--r--.gitignore4
-rwxr-xr-xbootstrap5
2 files changed, 0 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 1ada836..a5b8148 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,6 @@
*~
aclocal.m4
-AUTHORS
autom4te.cache/
-ChangeLog
compile
config_ac.h
config_ac-h.in
@@ -23,8 +21,6 @@ ltmain.sh
Makefile
Makefile.in
missing
-NEWS
*.o
-README
stamp-h1
tests/paintertest
diff --git a/bootstrap b/bootstrap
index 49aeefe..be61972 100755
--- a/bootstrap
+++ b/bootstrap
@@ -28,9 +28,4 @@ then
exit 1
fi
-touch configure.ac
-touch NEWS
-touch AUTHORS
-touch README
-touch ChangeLog
autoreconf -fvi