Add standard .gitignore file.
This commit is contained in:
parent
30c8e22a1c
commit
97979dade1
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