Update root-level .gitignore

Message ID 20160924214515.14248-1-simon.marchi@polymtl.ca
State New, archived
Headers

Commit Message

Simon Marchi Sept. 24, 2016, 9:45 p.m. UTC
  This patch adds some patterns for generated files to the root-level
.gitignore:

 - stamp files (stamp-* and *.stamp)
 - static library files (*.a)

ChangeLog:

	* .gitignore: Add ignore patterns.
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Nick Clifton Sept. 27, 2016, 2:11 p.m. UTC | #1
Hi Simon,

> 	* .gitignore: Add ignore patterns.

Approved and applied.

Cheers
  Nick
  

Patch

diff --git a/.gitignore b/.gitignore
index c9a6158..68d4fef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,7 @@ 
 *.o
 *.pyc
 *.tmp
+*.a
 
 .deps
 .libs
@@ -49,3 +50,6 @@  lost+found
 # ignore ./contrib/gcc_update output
 LAST_UPDATED
 REVISION
+
+stamp-*
+*.stamp