Skip to content

Commit

Permalink
Add some common files to .gitignore
Browse files Browse the repository at this point in the history
Add some OS specific files and Eclipse project files, as well as the
top level build directory because it is recommended in the wiki to
perform your build inside of it.  Also ignore the autom4te.cache
directory.

[tlyu@mit.edu: minor commit message edits]
  • Loading branch information
SaharahSarah authored and tlyu committed Dec 8, 2015
1 parent 8b3564e commit 652da86
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,31 @@ obj/
testdir/
testlog

# OSX files
.DS_Store

# Generated by Dolphin for individual settings for directories
.directory

# Files generated by merges
*.orig

# Windows thumbnail db
Thumbs.db

# Eclipse specific files
.project
.cproject
.settings/
.pydevproject
.autotools

# Ignore the build directory
/build/

# The autom4te cache directory
autom4te.cache/

/doc/version.py

/doc/html/
Expand Down

0 comments on commit 652da86

Please sign in to comment.