-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (59 loc) · 771 Bytes
/
.gitignore
File metadata and controls
59 lines (59 loc) · 771 Bytes
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Build output
*.o
*.lo
*.la
# Non-sources in /test
/test/
!/test/*.c
!/test/*.h
# Non-sources in /utils
/utils/
!/utils/*.c
!/utils/*.h
# Distribution tarballs
/*.tar.gz
# Generated documentation files
/doxygen-doc
/README
/NEWS
/ChangeLog
# Autotools generated files
.deps/
.dirstamp
.libs/
/Doxyfile
/Makefile
/Makefile.in
/aclocal.m4
/ar-lib
/autom4te.cache/
/autoscan.log
/compile
/config.guess
/config.h
/config.h.in
/config.log
/config.status
/config.sub
/configure
/configure.ac.old
/depcomp
/install-sh
/libtool
/ltmain.sh
/m4/
!/m4/ax_prog_doxygen.m4
/missing
/stamp-h1
/test-driver
/test-suite.log
# CmakeFile generated output
/cmake-build-*
/src/Makefile
/src/CMakeFiles
/src/cmake_install.cmake
/cmake_install.cmake
/eml.cbp
/eml.pc
# IntelliJ files
/.idea/