.gitignore
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 06 Apr 2012 20:33:03 +0300
changeset 327 a8face3f062f
parent 133 244fc2771241
permissions -rw-r--r--
Remove "Plain compressed files" section to use system wide configs... Sync content with /etc/mc/mc.ext from Debian for version 4.8.1.

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

*~