.gitignore
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 11 Jul 2018 18:27:19 +0300
changeset 905 90d1d342a896
parent 133 244fc2771241
permissions -rw-r--r--
Make copy of ~/.bash_profile instead symlink as Cygwin installation conflicts with WSL: bash: symlink: No such file or directory

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

*~