.gitignore
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 01 Feb 2016 18:06:02 +0200
changeset 786 2a3e6cf308f2
parent 133 244fc2771241
permissions -rw-r--r--
"~" expanded only on word start. Use "$HOME" instead of ~ for this reason and for uniformity.

# 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/

*~