• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2015-2021 The Khronos Group, Inc.
2#
3# SPDX-License-Identifier: Apache-2.0
4
5# Compiled Object files
6*.slo
7*.lo
8*.o
9*.obj
10
11# Precompiled Headers
12*.gch
13*.pch
14
15# Compiled Dynamic libraries
16*.so
17*.dylib
18*.dll
19
20# Fortran module files
21*.mod
22
23# Compiled Static libraries
24*.lai
25*.la
26*.a
27*.lib
28
29# Executables
30*.exe
31*.out
32*.app
33
34# Vim temp files
35*.swp
36
37# patches
38*.patch
39
40# archives
41*.zip
42
43# Python cache
44__pycache__
45*.pyc
46
47# Spec build generated, temporary, and output files
48
49# Files generated from vk.xml
50/gen/
51/gencore/
52
53# Files generated by extraction from spec source
54man/PFN*.txt
55man/A[A-Z][a-z]*.txt
56man/[Vv][Kk]*.txt
57man/apispec.txt
58man/logfile
59man/CAMetalLayer.txt
60man/WSIheaders.txt
61man/provisional-headers.txt
62
63# Files otherwise generated by the Makefile
64specversion.txt
65vkapi.py
66
67# Output files and directories
68out/**
69!out/index.html
70
71# Files generated by the vulkan.h build
72xml/diag.txt
73
74# OS X folder attributes
75.DS_Store
76
77# Auto-generated files
78# */timeMarker
79
80# check_spec_links (and its tests) output
81applyfixes.sh
82xml/.cache
83
84# Visual Studio related metadata folders
85.vs
86.vscode
87
88# Node.js dependency packages
89node_modules
90