Added comments & common excluded to .gitignore

This commit is contained in:
Landon Curt Noll
2017-05-23 18:54:22 -07:00
parent c028ea478f
commit a044b9325b

17
.gitignore vendored
View File

@@ -1,3 +1,9 @@
# files and directories created during the building of calc and other Makefile actions
#
# NOTE: While many of these might be part of a released calc tarball, they are
# not consider development source. Some other file(s) and/or programs
# generate these files.
#
.dynamic
.hsrc
Makefile.simple
@@ -81,3 +87,14 @@ sample_many
sample_rand
terminal.h
ver_calc
# other commonly excluded patterns
#
*~
*.BAK
core*
.DS_Store
*.dSYM/
*.[oa]
.*.swp
*,v