.gitignore
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 14 Jan 2014 15:13:46 +0200
changeset 686 8c21afb3d2b6
parent 133 244fc2771241
permissions -rw-r--r--
Don't bind in noninteractive mode to prevent from printing warnings: bind: warning: line editing not enabled when used in "hg push ssh://..."

# See: man 5 gitignore.

*.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/

*~