.gitignore
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 15 Nov 2012 08:18:11 +0200 (2012-11-15)
changeset 590 dd81747e9eb8
parent 133 244fc2771241
permissions -rw-r--r--
Decrease timing to off monitor. Doesn't off it acually.
# 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/

*~