gib 0.1.2

A .gitignore bootstrapper for projects that use git
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# gitignore template for the Racket language
# website: http://www.racket-lang.org/

# DrRacket autosave files
*.rkt~
*.rkt.bak
\#*.rkt#
\#*.rkt#*#

# Compiled racket bytecode
compiled/
*.zo

# Dependency tracking files
*.dep