2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00
sudo/.hgignore

48 lines
747 B
Plaintext
Raw Normal View History

2011-11-21 16:44:21 -05:00
~$
\.i$
2011-11-21 16:44:21 -05:00
\.l[ao]$
\.lai$
\.mo$
\.o$
\.plog$
2011-11-21 16:44:21 -05:00
\.diff$
\.orig$
\.patch$
\.rej$
^autom4te\.cache/
/\.libs/
Makefile$
^config\.(h|log|status)$
^libtool$
2019-09-20 11:31:22 -06:00
^build$
2011-11-21 16:44:21 -05:00
^ChangeLog$
^PVS-Studio.cfg$
2011-11-21 16:44:21 -05:00
^doc/.*\.man$
2012-07-19 13:42:41 -04:00
^doc/.*\.mdoc$
^doc/fixman\.sed$
2012-01-06 15:27:30 -05:00
^doc/varsub$
2011-11-21 16:44:21 -05:00
2014-03-31 15:46:47 -06:00
^init.d/.*.sh$
^init.d/sudo.conf$
2011-11-21 16:44:21 -05:00
^pathnames\.h$
^src/sudo$
2011-12-05 11:25:30 -05:00
^src/sesh$
2018-08-24 11:34:31 -06:00
^src/check_(noexec|ttyname)$
2011-11-21 16:44:21 -05:00
^src/sudo_usage\.h$
^lib/util/mksiglist$
^lib/util/mksigname$
^lib/util/siglist\.c$
^lib/util/signame\.c$
2014-08-05 16:07:31 -06:00
^lib/util/util\.exp$
2018-03-01 10:33:47 -07:00
^lib/util/[a-z0-9_]+_test$
^lib/util/regress/.*\.(out|err)$
2011-11-21 16:44:21 -05:00
2018-10-26 10:10:52 -06:00
^plugins/sudoers/(cvtsudoers|sudoers|sudoreplay|testsudoers|tsdump|visudo|prologue|check_[a-z0-9_]+)$
2018-03-26 10:36:29 -06:00
^plugins/sudoers/.*\.(out|toke|err|json|ldif|sudo|ldif2sudo)$
^plugins/sudoers/regress/iolog_plugin/iolog$