forked from aoterodelaroza/critic2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
69 lines (59 loc) · 930 Bytes
/
.gitignore
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
60
61
62
63
64
65
66
67
68
69
# object, module, library files
*.o
*.mod
*.smod
*.a
# binaries
src/critic2
src/critic2.exe
src-gui/gcritic2
src-gui/gcritic2.exe
tools/basin2off/basin2off
tools/off2off/off2off
# files that depend on some other files
syntax.txt
Makefile
Makefile.in
aclocal.m4
config.log
config.status
autom4te.cache/
configure
.deps/
# data in the examples directory
examples/data/
# generated by the examples
examples/*/*.gnu
examples/*/*.eps
examples/*/*.dat
examples/*/*.iso
examples/*/*.mtl
examples/*/*.obj
examples/*/*.cml
examples/*/*.cube
examples/*/*dat
examples/*/*.txt
examples/*/*.cro
examples/*/*.xyz
examples/*/*.chk_cps
examples/*/*.chk_nci
examples/*/*.vmd
examples/*/*.scf.in
# emacs backups
*~
# emacs tags
src/TAGS
# clangd
.clangd/
# gui
imgui.ini
# cmake
build*/
CMakeCache.txt
CMakeFiles
cmake_install.cmake
compile_commands.json
# tests (source tree)
tests/zz_source.tar.xz
tests/zz_source/