aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMu Qiao <qiaomuf@gentoo.org>2011-05-05 14:53:14 +0800
committerMu Qiao <qiaomuf@gentoo.org>2011-05-08 20:55:51 +0800
commit7f6c20a9ef87ec5377f0d7758f7cdce20da11831 (patch)
tree852ca2a7fc9378608d25ed7a6ebe1c0b1fdd9630 /.gitignore
parentCore: return 0 if boost::lexical_cast<int> fails (diff)
downloadlibbash-7f6c20a9ef87ec5377f0d7758f7cdce20da11831.tar.gz
libbash-7f6c20a9ef87ec5377f0d7758f7cdce20da11831.tar.bz2
libbash-7f6c20a9ef87ec5377f0d7758f7cdce20da11831.zip
Utils: reimplement instruo with libbash
With the help of instruo from Paludis, we can setup variables to bash env needed for metadata generation. In the meanwhile, we can compare the original instruo utility with our implementation.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 10b4131..79e3a80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
*.swo
*.o
*.la
+*.a
*.lo
*.log
*.class
@@ -21,6 +22,7 @@ cppunittests
variable_printer
metadata_generator
ast_printer
+instruo
long.sh
massif.out
libbash.g