Skip to content

Instantly share code, notes, and snippets.

@hanepjiv
Last active October 6, 2023 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanepjiv/52d40093eaa6736eafa7ac10b947b545 to your computer and use it in GitHub Desktop.
Save hanepjiv/52d40093eaa6736eafa7ac10b947b545 to your computer and use it in GitHub Desktop.
.hgignore
syntax: regexp
# =============================================================================
# SCM
# -----------------------------------------------------------------------------
^(.*/)?\.svn/.*$
^(.*/)?\.git/.*$
^(.*/)?\.bzr/.*$
# =============================================================================
# emacs
# -----------------------------------------------------------------------------
^.*~$
^(.*/)?\#.*\#$
^(.*/)?\.\#.*$
# =============================================================================
# autotools
# -----------------------------------------------------------------------------
^.*\.rej$
^.*\.log$
^.*\.scan$
^(.*/)?COPYING$
^(.*/)?INSTALL$
^(.*/)?Makefile\.in$
^(.*/)?aclocal\.m4$
^(.*/)?autom4te.cache/.*$
^(.*/)?config.guess$
^(.*/)?config.h\.in$
^(.*/)?config\.sub$
^(.*/)?configure$
^(.*/)?install-sh$
^(.*/)?test-driver$
# -----------------------------------------------------------------------------
# libtool
^(.*/)?ltmain\.sh$
^(.*/)?m4/libtool\.m4$
^(.*/)?m4/ltoptions\.m4$
^(.*/)?m4/ltsugar\.m4$
^(.*/)?m4/ltversion\.m4$
^(.*/)?m4/lt~obsolete\.m4$
^(.*/)?missing$
# -----------------------------------------------------------------------------
# ltdl
^(.*/)?libltdl/.*$
^(.*/)?m4/argz\.m4$
^(.*/)?m4/ltdl\.m4$
# -----------------------------------------------------------------------------
# automake
^(.*/)?compile$
^(.*/)?depcomp$
# =============================================================================
# Doxygen
# -----------------------------------------------------------------------------
^(.*/)?doc/.*$
# =============================================================================
# Python
# -----------------------------------------------------------------------------
^.*\.pyc$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment