Add standard .gitignore file.
This commit is contained in:
parent
a316fc12c0
commit
9aef0eaa22
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Racket compiled files
|
||||
compiled/
|
||||
|
||||
# common backups, autosaves, lock files, OS meta-files
|
||||
*~
|
||||
\#*
|
||||
.#*
|
||||
.DS_Store
|
||||
*.bak
|
||||
TAGS
|
Loading…
Reference in New Issue
Block a user