summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* all: update the .gitignore file to include gcov files and Python cachePaul Moore2017-02-241-0/+4
| | | | Signed-off-by: Paul Moore <paul@paul-moore.com>
* build: update the git ignore filePaul Moore2014-10-211-0/+1
| | | | Signed-off-by: Paul Moore <pmoore@redhat.com>
* build: add support for Coverity scanningPaul Moore2014-08-211-0/+2
| | | | | | | Thanks to the folks at Coverity for supporting Open Source projects such as this one. Signed-off-by: Paul Moore <pmoore@redhat.com>
* build: initial attempt to use autotools as the build systemJan Engelhardt2014-04-291-8/+17
| | | | | | | | | | | | With my apologies to Jan for delaying this patch for so long, there are a number of differences between Jan's original patch and what is being merged in this patch; almost all of the changes are due to changes in the underlying code base, but there are a few minor fixes as well. Signed-off-by: Jan Engelhardt <jengelh@inai.de> Signed-off-by: Paul Moore <pmoore@redhat.com>
* build: generate a pkgconfig file at configure timePaul Moore2012-04-161-0/+1
| | | | Signed-off-by: Paul Moore <pmoore@redhat.com>
* build: generate version_info.mk at configure timePaul Moore2012-04-161-0/+1
| | | | Signed-off-by: Paul Moore <pmoore@redhat.com>
* build: add the ability to do a "make install"Paul Moore2012-04-051-0/+1
| | | | Signed-off-by: Paul Moore <pmoore@redhat.com>
* build: introduce a configure scriptPaul Moore2012-04-021-0/+2
| | | | | | | Not really all that useful right now, but we need a way to determine if the system has the updated seccomp header files. Signed-off-by: Paul Moore <pmoore@redhat.com>
* misc: ignore stgit mail filesPaul Moore2012-03-231-0/+1
| | | | Signed-off-by: Paul Moore <pmoore@redhat.com>
* build: add simple support for tagsEduardo Otubo2012-03-221-0/+1
| | | | | | | | Now you can use either ctags or cscope to index the source code. Simple support on the Makefile. Signed-off-by: Eduardo Otubo <otubo@linux.vnet.ibm.com> Signed-off-by: Paul Moore <pmoore@redhat.com>
* tests: add the static library as a dependencyPaul Moore2012-02-231-0/+1
| | | | | | Also remove some unnecessary includes in the src/ and tests/ Makefiles. Signed-off-by: Paul Moore <pmoore@redhat.com>
* build: generate and use automated dependenciesPaul Moore2012-02-201-0/+1
| | | | Signed-off-by: Paul Moore <pmoore@redhat.com>
* libseccomp: update gitignore to ignore "*~" filesPaul Moore2012-01-301-0/+1
| | | | Signed-off-by: Paul Moore <pmoore@redhat.com>
* libseccomp: Add gitignore for generated filesEric Paris2012-01-301-0/+6
Signed-off-by: Eric Paris <eparis@redhat.com> Signed-off-by: Paul Moore <pmoore@redhat.com>