[ldapvi] [PATCH] Adds .gitignore to ignore all built files
    Matěj Cepl 
    mcepl at cepl.eu
       
    Fri Sep  8 18:25:11 CEST 2023
    
    
  
From: Joshua Randall <joshua.randall at sanger.ac.uk>
---
Reposting of incorrectly send patch (originally
http://lists.askja.de/pipermail/ldapvi/2014-November/000117.html).
 ldapvi/.gitignore | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 ldapvi/.gitignore
diff --git a/ldapvi/.gitignore b/ldapvi/.gitignore
new file mode 100644
index 0000000..e41d9fb
--- /dev/null
+++ b/ldapvi/.gitignore
@@ -0,0 +1,13 @@
+# created by autoconf
+autom4te.cache/
+configure
+
+# created by configure
+GNUmakefile
+config.h
+config.log
+config.status
+
+# created by make
+*.o
+ldapvi
-- 
2.42.0
    
    
More information about the ldapvi
mailing list