.gitignore
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 15 Mar 2011 11:58:34 +0200
changeset 133 244fc2771241
parent 115 a9284e1e57b3
permissions -rwxr-xr-x
Add MSVC project and Java files to exclude list.

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

*~