.bazaar/ignore
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 12 Nov 2023 16:41:37 +0200
changeset 1024 ad0d69732368
parent 133 244fc2771241
permissions -rw-r--r--
Extracted username from .gitconfig to allow non-specific user install.

*.a
*.diff
*.elc
*.exe
*.lib
*.o
*.obj
*.patch
*.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/

*~