.hgignore
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 15 Jan 2014 12:36:33 +0200
changeset 687 38cec4256537
parent 133 244fc2771241
child 914 0dba496629c9
permissions -rw-r--r--
Get beck ClickToFocus as without it I cant move/resize/close Firefox Web Developer transient "Inspect Network Request" windows. Also I like that click on main window area doesn't hide previous active window by rising clicked window.

# To check file assosiation use:
#   http://filext.com/file-extension/XXX
# or at Windows 'cmd':
#   bash# cmd /c assoc .cmd | { IFS='=' read ext name; echo $name; [ -z $name ] || cmd /c ftype $name; }

syntax: glob
*.a
*.elc
*.exe
*.dll
*.ocx
*.lib
*.o
*.obj
*.py[co]
*.so
*.class
*.jar
*.war

# MSVC ActiveX/COM artefact:
# *_i.c
# *_p.c
# MSVC project files:
*.sln
*.sln.cache
*.ncb
*.vcproj
*.vcproj.*.user
# MSVC precompiled header:
*.pch
# MSVC program database file:
*.pdb
# MSVC type library:
*.tlb
# MSVC build dirs:
[Dd]ebug/
[Rr]elease/
[Oo]bj/

*~