summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add dynamic module support to ipset userspace toolNeutron Soutmun2012-05-101-0/+2
| | | | | | | | | | | | | The patch adds supporting dynamic modules for the set types to ipset userspace tool. The dynamic module support can be enabled by the --enable-settype-modules of "configure". The list of set types to be compiled as dynamic modules can be specified in the --with-settype-modules-list option. Example --enable-settype-modules \ --with-settype-modules-list="ipset_hash_ip ipset_hash_ipport" The keyword "all" can be used to compile all set types as dynamic modules.
* Provide a pkgconfig fileJan Engelhardt2012-01-041-0/+1
| | | | Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* build: use AC_CONFIG_AUX_DIR and stash away toolsJan Engelhardt2011-12-231-5/+1
| | | | Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* Update .gitignoreJan Engelhardt2011-12-231-3/+3
| | | | | | Only ignore these paths if they are a directory. Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* Kernel compile-time files are added to .gitignoreJozsef Kadlecsik2010-10-291-0/+9
|
* Add .gitignore filesJan Engelhardt2010-10-191-0/+20
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>