diff options
author | Jess VanDerwalker <washu@sonic.net> | 2012-02-12 01:32:45 -0800 |
---|---|---|
committer | Jess VanDerwalker <washu@sonic.net> | 2012-02-12 01:35:00 -0800 |
commit | 6e3be600742064829631a990e489be99978f2995 (patch) | |
tree | 90d0a601f2c7616c29d20098cc2a501dc19282ef /.gitignore | |
parent | e4c2632eb6206c4f334222b119adf04a2a9063d6 (diff) |
Changes to .gitingnore to keep git metadata out of repository.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,6 +1,13 @@ # Files for git to ignore # +# Ignore local git metadata +HEAD +description +config +info +hooks + # Ignore the .DS_Store files that Apple seems to want in every directory .DS_Store @@ -12,6 +19,7 @@ # Ignore object files *.o +# Ignore latex intermediate files *.aux *.out *.log @@ -27,3 +35,5 @@ xcuserdatad/ # Autotools files to ignore config.status compile +config.h +Makefile |