.gitignore
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 31 Oct 2012 10:20:28 +0200
changeset 580 34b0b3232025
parent 133 244fc2771241
permissions -rw-r--r--
* Load Emacs and Firefox automatically. * Load timer first. * Load Emacs second as it can load long time. * SkipMapping was not added to emacs to give focus it.

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

*~