about summary refs log tree commit diff
path: root/.gitignore (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-12-15 Add exe, dll to .gitignoreLinquize1-0/+2
2014-09-18 Install some pkgconfig filesEelco Dolstra1-0/+1
2014-09-16 Drop separate release notesEelco Dolstra1-2/+0
2014-05-02 Install an Upstart serviceEelco Dolstra1-0/+1
2014-04-09 Add docbook icons to the distributionEelco Dolstra1-1/+0
Grmbl...
2014-04-07 Install systemd unitsEelco Dolstra1-0/+3
2014-03-12 Generate release notes againEelco Dolstra1-2/+1
2014-02-18 Update ignoresShea Levy1-0/+3
2013-11-25 Add support for ‘make installcheck’Eelco Dolstra1-9/+0
2013-11-25 Rename Makefile.new -> MakefileEelco Dolstra1-2/+0
2013-11-25 Add config.guess, config.sub and install-shEelco Dolstra1-9/+0
Autoreconf doesn't install these if you're not using Automake.
2013-11-22 Automatically emit make rules for header filesEelco Dolstra1-0/+1
2013-11-22 New non-recursive, plain Make-based build systemEelco Dolstra1-0/+1
2013-11-14 Remove nix-setuid-helperEelco Dolstra1-3/+0
AFAIK, nobody uses it, it's not maintained, and it has no tests.
2012-10-03 Rename nix-worker to nix-daemonEelco Dolstra1-2/+2
2012-10-03 Remove bin2cEelco Dolstra1-3/+0
2012-10-03 When ‘--help’ is given, just run ‘man’ to show the manual pageEelco Dolstra1-6/+0
I.e. do what git does. I'm too lazy to keep the builtin help text up to date :-) Also add ‘--help’ to various commands that lacked it (e.g. nix-collect-garbage).
2012-07-26 Add some .gitignore entriesEelco Dolstra1-0/+3
2012-07-26 Merge branch 'master' into no-manifestsEelco Dolstra1-4/+0
2012-07-18 Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra1-4/+0
2012-06-29 First attempt at the manifest-less substituterEelco Dolstra1-0/+1
2012-03-18 Drop the externals directoryEelco Dolstra1-7/+0
Nix now requires SQLite and bzip2 to be pre-installed. SQLite is detected using pkg-config. We required DBD::SQLite anyway, so depending on SQLite is not a big problem. The --with-bzip2, --with-openssl and --with-sqlite flags are gone.
2012-02-08 Update .gitignoreEelco Dolstra1-108/+9
2011-09-19 Update gitignoreShea Levy1-17/+10
2010-02-10 Add `.gitignore'.Ludovic Courtès1-0/+262