2f4ce7d441
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/isns-utils#3f3376053060f373cf3ad72a2e3bf913e8c0c61a
35 lines
766 B
Diff
35 lines
766 B
Diff
From 85fab42764fb063097ab8f7fb0a843f7320be8c8 Mon Sep 17 00:00:00 2001
|
|
From: Lee Duncan <lduncan@suse.com>
|
|
Date: Tue, 28 Jan 2020 11:49:12 -0800
|
|
Subject: [PATCH 1/7] Ignore common build files
|
|
|
|
---
|
|
.gitignore | 5 +++++
|
|
include/libisns/.gitignore | 1 +
|
|
2 files changed, 6 insertions(+)
|
|
create mode 100644 include/libisns/.gitignore
|
|
|
|
diff --git a/.gitignore b/.gitignore
|
|
index 5da7a8b..2a0f55d 100644
|
|
--- a/.gitignore
|
|
+++ b/.gitignore
|
|
@@ -7,3 +7,8 @@ isnsd
|
|
isnsdd
|
|
libisns.a
|
|
libisns*.so.?
|
|
+Makefile
|
|
+config.h
|
|
+config.log
|
|
+config.status
|
|
+autom4te.cache
|
|
diff --git a/include/libisns/.gitignore b/include/libisns/.gitignore
|
|
new file mode 100644
|
|
index 0000000..a3757fd
|
|
--- /dev/null
|
|
+++ b/include/libisns/.gitignore
|
|
@@ -0,0 +1 @@
|
|
+paths.h
|
|
--
|
|
2.18.1
|
|
|