Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 16 years ago
parent
commit
47c5aebbb0
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      misc/archive/git-init.sh

+ 17
- 0
misc/archive/git-init.sh

@ -0,0 +1,17 @@
#!/bin/bash
touch .gitignore
sort -u .gitignore - > .gitignore.new << EOT
build
config
download
smap.cfg
src.*
src
EOT
mv .gitignore.new .gitignore
git-init
git-add Documentation architecture misc package scripts target .gitignore
git-commit -m 'Init'

Loading…
Cancel
Save