Skip to content

Commit 9305641

Browse files
committed
cleaned-up .gitignore
1 parent 0de89ab commit 9305641

File tree

1 file changed

+18
-53
lines changed

1 file changed

+18
-53
lines changed

.gitignore

+18-53
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,22 @@
1-
cc-wp-theme
2-
vendor
3-
composer.phar
4-
python_env/bin
5-
!python_env/bin/ccengine.fcgi.in
6-
python_env/build
7-
python_env/include
8-
python_env/lib
9-
python_env/local
10-
python_env/paste_errors.log
11-
python_env/.Python
12-
python_env/src/
13-
docroot/license.rdf
14-
docroot/license_rdf
1+
# -*- mode: gitignore; -*-
2+
# symantic web symlinks
153
docroot/rdf
16-
docroot/wp-content/
17-
docroot/wordpress/
18-
#docroot/sitemap.*
19-
docroot/wp-config-local.php
20-
vendor/*# -*- mode: gitignore; -*-
21-
*~
22-
\#*\#
23-
/.emacs.desktop
24-
/.emacs.desktop.lock
25-
*.elc
26-
#*.apk
27-
*.exe
28-
*.dmg
29-
auto-save-list
30-
tramp
31-
.\#*
32-
*.swp
33-
34-
# Org-mode
35-
.org-id-locations
36-
*_archive
37-
38-
# flymake-mode
39-
*_flymake.*
40-
41-
# eshell files
42-
/eshell/history
43-
/eshell/lastdir
44-
45-
# elpa packages
46-
/elpa/
47-
48-
# reftex files
49-
*.rel
4+
docroot/license_rdf
5+
docroot/license.rdf
6+
docroot/cc.licenserdf
507

51-
# AUCTeX auto folder
52-
/auto/
8+
# repositories
9+
python_env/src/
5310

54-
# apitest
55-
/apitest/node_modules
11+
# python environment
12+
python_env/paste_errors.log
13+
python_env/local
14+
python_env/lib
15+
python_env/include
16+
python_env/build
17+
python_env/bin
18+
python_env/.Python
19+
!python_env/bin/ccengine.fcgi.in
5620

57-
.DS_Store
21+
# vim
22+
*.swp

0 commit comments

Comments
 (0)