File: .gitignore

package info (click to toggle)
simdutf 8.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,524 kB
  • sloc: cpp: 64,498; ansic: 15,347; python: 3,592; sh: 366; makefile: 12
file content (26 lines) | stat: -rw-r--r-- 330 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# common build directory

build
*-build-*
*build

# Visual Studio Code artifacts
.vscode/*
.history/

# Python cache

__pycache__

# Amalgamated source files

singleheader/simdutf.cpp
singleheader/simdutf.h
singleheader/singleheader.zip

# clangd cache folder
.cache/clangd/
corpus/

# generated documentation
README.generated.md