Skip to content

Commit

Permalink
Merge pull request #16 from efiring/add_gitignore
Browse files Browse the repository at this point in the history
Add .gitignore
  • Loading branch information
hylandg authored Apr 19, 2017
2 parents 6378b71 + 6ffdd1a commit 13ec1cb
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#########################################
# Editor temporary/working/backup files #
.#*
[#]*#
*~
*$
*.bak
*.kdev4
.project
.pydevproject

# Compiled source #
###################
*.a
*.com
*.class
*.dll
*.exe
*.o
*.py[ocd]
*.so
*.so.*

# OS generated files #
######################
.directory
.gdb_history
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db

# Things specific to this project #
###################################
gsw_check

# Documentation generated files #
#################################

0 comments on commit 13ec1cb

Please sign in to comment.