-
Notifications
You must be signed in to change notification settings - Fork 131
/
.gitignore
75 lines (66 loc) · 992 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
70
71
72
73
74
75
# Editor backups
*~
# libtool temp dir
.libs
# .svn files
.svn
# editor temp file
.*swo
*.swp
*.dump2
*.o
# /
Makefile.in
/aclocal.m4
/rose_config.h.in
/configure
/autom4te.cache
/*.tar.gz
/libltdl
/configure.orig
# Integrated Development Evironment files
GPATH
GRTAGS
GSYMS
GTAGS
# /config/
/config/config.guess
/config/config.sub
/config/install-sh
/config/compile
/config/ltmain.sh
/config/ylwrap
/config/py-compile
/config/ROSE_SOURCES
/config/argz.m4
/config/libtool.m4
/config/ltdl.m4
/config/ltoptions.m4
/config/ltsugar.m4
/config/ltversion.m4
/config/lt~obsolete.m4
/config/support-projects.m4
/config/test-driver
/config/missing
/config/depcomp
/config/ltargz.m4
# Eclipse project files
.cproject
.project
.settings
# Eclipse project files
.cproject
.project
.settings
# OS X Finder files
.DS_Store
# compiled python files
*.pyc
*.pyo
.ipynb_checkpoints
/tests
##### TUP GITIGNORE #####
##### Lines below automatically generated by Tup.
##### Do not edit.
.tup
/.gitignore