u6a/.gitignore

59 lines
657 B
Plaintext
Raw Permalink Normal View History

2020-10-10 19:31:31 +00:00
#
# Copyright (C) 2020 CismonX <admin@cismon.net>
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
# IDE & plugins
2020-01-30 10:11:10 +00:00
.idea/
.vscode/
2020-10-10 19:31:31 +00:00
.ccls*
2020-01-30 10:11:10 +00:00
# Autotools
*.cache/
.deps/
config.*
configure
2020-10-10 19:31:31 +00:00
configure.scan
2020-01-30 10:11:10 +00:00
Makefile.in
Makefile
depcomp
compile
libtool
ltmain.sh
install-sh
missing
stamp-h1
.dirstamp
aclocal.m4
# build
*.o
*.lo
*.loT
*.la
*.lai
*.a
*.so
*.dylib
.libs
u6ac
u6a
2020-03-14 20:31:20 +00:00
# DejaGnu
*.sum
site.*
2020-06-22 05:57:09 +00:00
# tests
unlambda-2.0.0*
2020-03-23 15:58:02 +00:00
# gcov
*.gcov
*.gcda
*.gcno
2020-01-30 10:11:10 +00:00
# others
*.log