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

40 lines
512 B
Plaintext
Raw Normal View History

2011-11-21 16:44:21 -05:00
~$
\.o$
\.l[ao]$
\.lai$
\.mo$
\.diff$
\.orig$
\.patch$
\.rej$
^autom4te\.cache/
/\.libs/
Makefile$
^config\.(h|log|status)$
^libtool$
^ChangeLog$
^doc/.*\.man$
2012-07-19 13:42:41 -04:00
^doc/.*\.mdoc$
^doc/.*\.man\.sed$
^doc/.*\.mdoc\.sed$
2012-01-06 15:27:30 -05:00
^doc/varsub$
2011-11-21 16:44:21 -05:00
^init.d/*.sh$
2011-11-21 16:44:21 -05:00
^pathnames\.h$
^src/sudo$
2011-12-05 11:25:30 -05:00
^src/sesh$
2013-04-10 09:39:49 -04:00
^src/check_ttyname$
2011-11-21 16:44:21 -05:00
^src/sudo_usage\.h$
^compat/mksiglist$
2012-11-13 09:46:19 -05:00
^compat/mksigname$
2011-11-21 16:44:21 -05:00
^compat/siglist\.c$
2012-11-13 09:46:19 -05:00
^compat/signame\.c$
2011-11-21 16:44:21 -05:00
^plugins/sudoers/(sudoers|sudoreplay|testsudoers|visudo|check_[a-z_]+)$
^plugins/sudoers/.*\.(out|toke|err)$