Skip to content

Commit

Permalink
DISTS: Reorder the .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Aug 7, 2015
1 parent 1c0dbb9 commit cb4879f
Showing 1 changed file with 28 additions and 12 deletions.
40 changes: 28 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Editor temp files
.sw[po]
.*.sw[po]
*~

# MSVC files
Debug/
Release/
ipch/
*.suo
*.sdf
*.opensdf

# Build files
*.[oa]
*.l[oa]
Expand All @@ -6,17 +19,6 @@
.libs/
.deps/

# Editor temp files
.sw[po]
.*.sw[po]
*~

# Doxygen files
Doxyerror
/doc/doxygen/html/
/doc/doxygen/latex/
/doc/doxygen/man/

# autotools temp files
Makefile
Makefile.in
Expand All @@ -42,7 +44,21 @@ Makefile.in
/m4/pkg.m4
/stamp-h1

# gitstamp
# CMake temp file
/CMakeCache.txt
/CMakeFiles/
/cmake_install.cmake
Makefile.am.cmake

# Doxygen files
/Doxyerror
/doc/doxygen/html/
/doc/doxygen/latex/
/doc/doxygen/man/
/doc/doxygen/*.tmp
/doc/doxygen/*.db

# git versioning stamp
/gitstamp/gitstamp

# Unix binary
Expand Down

0 comments on commit cb4879f

Please sign in to comment.