-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
50 lines (43 loc) · 804 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
# metadata files
*~
*.sw*
.DS_Store
# Temporary directory for developers
/tmp
# build products (when using automake)
/autom4te.cache
/src/Main/maude
/test-driver
/aclocal.m4
/configure
/config.*
/confdefs.h
/.build
stamp-*
.dirstamp
Makefile
Makefile.in
.deps
lib*.a
*.o
*.pdf
# testing files
*.log
*.out
*.trs
# generated parser files
/src/Mixfix/lexer.cc
/src/Mixfix/surface.h
/src/Mixfix/surface.output
/src/Mixfix/surface.yy
# some of the versions of Maude do not correctly sync src/Mixfix/surface.* with the files it's built from
# until this is fixed, these files will not be ignored
# src/Mixfix/surface.*
# unignore needed Makefiles
!/contrib/Makefile
# tangled files
/contrib/systems/*
/contrib/tools/fvp/*
/contrib/tools/lmc/*
/contrib/tools/meta/*
/contrib/tools/base/prelude-aux.maude