aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add plugin constructor registration for all libraries that provide pluginsTobias Brunner2017-05-231-0/+1
| | | | | | | | | | | | | | Unfortunately, we can't just add the generated C file to the sources in Makefile.am as the linker would remove that object file when it notices that no symbol in it is ever referenced. So we include it in the file that contains the library initialization, which will definitely be referenced by the executable. This allows building an almost stand-alone static version of e.g. charon when building with `--enable-monolithic --enable-static --disable-shared` (without `--disable-shared` libtool will only build a version that links the libraries dynamically). External libraries (e.g. gmp or openssl) are not linked statically this way, though.
* Ignore Qt Creator project filesTobias Brunner2016-04-111-0/+5
| | | | Closes strongswan/strongswan#32.
* .gitignore: Add Windows .exe filesMartin Willi2014-06-041-0/+1
|
* Added test-driver to .gitignoreAndreas Steffen2013-10-301-1/+2
|
* .gitignore: Add .dirstamp files touched by automakeMartin Willi2013-09-131-0/+1
|
* Ignore Eclipse project/workspace filesTobias Brunner2013-07-081-1/+5
| | | | Students seem to like Eclipse to work on strongSwan.
* Add --enable-coverage configure optionTobias Brunner2013-06-111-0/+4
| | | | | | | | | | | | | | This configure flag enables lcov [1] coverage generation and is intended to be used with unit tests (--enable-unit-tests is implied). A html coverage report can be generated by issuing the following command in the toplevel build directory: make coverage [1] - http://ltp.sourceforge.net/coverage/lcov.php Based on a patch by Adrian-Ken Rueegsegger.
* .gitignore: add OS X .DS_Store filesMartin Willi2013-05-061-0/+1
|
* Ignore 'compile' script which is generated by AM_PROG_CC_C_OTobias Brunner2013-03-191-0/+1
|
* Extracted some parts from Android.mk.in which can be used for NDK builds.Tobias Brunner2012-08-081-1/+1
|
* Use and install a config.h AC_CONFIG_HEADER that contains all AC_DEFINE resultsMartin Willi2012-07-111-0/+3
|
* starter: Updated gitignores after LEX/YACC change.Tobias Brunner2011-10-101-0/+1
|
* Removed accidentally commited files from tree, ignore tarballs and patchesMartin Willi2010-03-081-0/+4
|
* Ignore the generated Android.mkTobias Brunner2010-03-051-0/+1
|
* fixed .gitignore for backup filesMartin Willi2009-05-071-1/+1
|
* added backup files (*.~) and patch leftovers (*.orig) to .gitignoreMartin Willi2009-05-061-0/+2
|
* added apidoc output to .gitignoreMartin Willi2009-05-041-0/+2
|
* added .gitignore files, ready for the switchMartin Willi2009-04-301-0/+21