blob: 7a17b7b86652ed103b5a658d6fdb7025a0faf13a (
plain)
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
27
28
29
30
31
|
# Please do not use this ignore file to define platform specific files
# e.g. autogenerated files by IDE.
#
# For these purposes create a global .gitignore file, which is a list of rules
# for ignoring files in every Git repository on your computer.
#
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
# The directories to ignore (do not add trailing '/'s, they skip symlinks).
/autom4te.cache
/m4
/test_*
/.build*
/bazel-*
# Ignore user defined CMake presets
CMakeUserPresets.json
# The files autogenerated by automake.
Makefile.in
aclocal.m4
configure
compile
config.h.in
config.guess
config.sub
depcomp
install-sh
ltmain.sh
missing
test-driver
|