poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] git: Ignore temporary files and dirty sub-module


From: Carlo Caione
Subject: [PATCH] git: Ignore temporary files and dirty sub-module
Date: Tue, 18 Feb 2020 15:18:19 +0100

Fill in the missing entries in the gitignore file and ignore the dirty
changes in the jitter sub-repo.

Signed-off-by: Carlo Caione <address@hidden>
---
 .gitignore  | 11 +++++++++++
 .gitmodules |  1 +
 2 files changed, 12 insertions(+)

diff --git a/.gitignore b/.gitignore
index 4c4bd2f5..4bbe0d1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,14 @@ config.h.in
 /src/pcl-lex.h
 /GNUmakefile
 /maint.mk
+/man/poke.1
+/src/pkl-asm.pkc
+/src/pkl-gen.pkc
+/src/pkl-lex.c
+/src/pkl-lex.h
+/src/pkl-tab.c
+/src/pkl-tab.h
+/src/pkl-tab.output
+/src/pvm-vm.h
+/src/pvm-vm1.c
+/src/pvm-vm2.c
diff --git a/.gitmodules b/.gitmodules
index 9da9e31e..3fc1075d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,4 @@
 [submodule "jitter"]
        path = jitter
        url = http://git.ageinghacker.net/jitter
+       ignore = dirty
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]