summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2018-09-29 05:51:04 +0200
committerDavid Kaufmann <astra@ionic.at>2018-09-29 05:51:04 +0200
commit3c04a2e728e8add69b6ca91255bbe36f8467a5b2 (patch)
treed11622f5da47fbf603280c79703a9123d05ebf22
parent817c683a443853b21de6bb817c732a4d6981e84c (diff)
downloadconfig-3c04a2e728e8add69b6ca91255bbe36f8467a5b2.tar.gz
sorted gitignore
-rw-r--r--.gitignore54
-rwxr-xr-xbin/genSkelTar.sh2
2 files changed, 28 insertions, 28 deletions
diff --git a/.gitignore b/.gitignore
index af3f4e5..7581fd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,37 +1,37 @@
gen/
www/skel.tar.gz
-# autogenerated on 2018-09-27
+# autogenerated on 2018-09-29
home/.XCompose
-home/.vim/doc/Powerline.txt
-home/.vim/autoload/Powerline/Segments/tagbar.vim
-home/.vim/autoload/Powerline/Segments/rvm.vim
-home/.vim/autoload/Powerline/Segments/virtualenv.vim
-home/.vim/autoload/Powerline/Segments/syntastic.vim
-home/.vim/autoload/Powerline/Segments/fugitive.vim
-home/.vim/autoload/Powerline/Segments/ctrlp.vim
-home/.vim/autoload/Powerline/Segments/ft_man.vim
-home/.vim/autoload/Powerline/Segments/hgrev.vim
-home/.vim/autoload/Powerline/Functions/syntastic.vim
-home/.vim/autoload/Powerline/Functions/fugitive.vim
+home/.vim/autoload/Pl/Colorscheme.vim
+home/.vim/autoload/Pl/Hi.vim
+home/.vim/autoload/Pl/Match.vim
+home/.vim/autoload/Pl/Mod.vim
+home/.vim/autoload/Pl/Parser.vim
+home/.vim/autoload/Pl/Segment.vim
+home/.vim/autoload/Pl/Theme.vim
+home/.vim/autoload/Pl.vim
+home/.vim/autoload/Powerline/Colorschemes/default.vim
+home/.vim/autoload/Powerline/Colorschemes/solarized16.vim
+home/.vim/autoload/Powerline/Colorschemes/solarized256.vim
+home/.vim/autoload/Powerline/Colorschemes/solarized.vim
home/.vim/autoload/Powerline/Functions/ft_man.vim
+home/.vim/autoload/Powerline/Functions/fugitive.vim
home/.vim/autoload/Powerline/Functions/hgrev.vim
+home/.vim/autoload/Powerline/Functions/syntastic.vim
home/.vim/autoload/Powerline/Functions.vim
-home/.vim/autoload/Powerline/Colorschemes/solarized256.vim
-home/.vim/autoload/Powerline/Colorschemes/solarized.vim
-home/.vim/autoload/Powerline/Colorschemes/solarized16.vim
-home/.vim/autoload/Powerline/Colorschemes/default.vim
+home/.vim/autoload/Powerline/Matches.vim
+home/.vim/autoload/Powerline/Segments/ctrlp.vim
+home/.vim/autoload/Powerline/Segments/ft_man.vim
+home/.vim/autoload/Powerline/Segments/fugitive.vim
+home/.vim/autoload/Powerline/Segments/hgrev.vim
+home/.vim/autoload/Powerline/Segments/rvm.vim
+home/.vim/autoload/Powerline/Segments/syntastic.vim
+home/.vim/autoload/Powerline/Segments/tagbar.vim
home/.vim/autoload/Powerline/Segments.vim
-home/.vim/autoload/Powerline/Themes/solarized256.vim
-home/.vim/autoload/Powerline/Themes/solarized16.vim
+home/.vim/autoload/Powerline/Segments/virtualenv.vim
home/.vim/autoload/Powerline/Themes/default.vim
-home/.vim/autoload/Powerline/Matches.vim
-home/.vim/autoload/Pl.vim
-home/.vim/autoload/Pl/Match.vim
-home/.vim/autoload/Pl/Colorscheme.vim
-home/.vim/autoload/Pl/Theme.vim
-home/.vim/autoload/Pl/Segment.vim
-home/.vim/autoload/Pl/Hi.vim
-home/.vim/autoload/Pl/Parser.vim
-home/.vim/autoload/Pl/Mod.vim
+home/.vim/autoload/Powerline/Themes/solarized16.vim
+home/.vim/autoload/Powerline/Themes/solarized256.vim
+home/.vim/doc/Powerline.txt
home/.vim/plugin/Powerline.vim
diff --git a/bin/genSkelTar.sh b/bin/genSkelTar.sh
index ab97869..844ce58 100755
--- a/bin/genSkelTar.sh
+++ b/bin/genSkelTar.sh
@@ -23,7 +23,7 @@ for file in `find src -maxdepth 1 -type f -executable`; do
$file >/dev/null
# find changed files
- find gen -type f | while read gen_file ; do
+ find gen -type f | sort | while read gen_file ; do
home_file=`echo $gen_file | sed 's/^gen/home/'`
cp .gitignore .gitignore.old
cat .gitignore.old | grep -Fv "$home_file" > .gitignore