public
Description: A cross-platform programmer's editor written in Ruby.
Homepage: http://redcareditor.com
Clone URL: git://github.com/danlucraft/redcar.git
redcar / .gitignore
100644 30 lines (25 sloc) 0.591 kb
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
*~
*.o
*.so
*.log
*.log.*
 
custom/arrangements.yaml
custom/preferences.yaml
custom/appdata.yaml
 
rdoc
doc/html
doc/latex
.yardoc
yardoc
 
vendor/gtksourceview2/Makefile
vendor/gtksourceview2/src/Makefile
vendor/gtksourceview2/src/rbgtksourceview2version.h
plugins/application_swt/vendor/swt/osx64/swt.jar
plugins/application_swt/vendor/swt/osx/swt.jar
plugins/application_swt/vendor/swt/linux/swt.jar
plugins/application_swt/vendor/jface/
plugins/application_swt/vendor/swtbot/
plugins/edit_view_swt/vendor/org*
plugins/edit_view_swt/vendor/j*
plugins/edit_view_swt/vendor/swt*
 
plugins/dans