1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
Subject: Update .gitignore from Debian packaging branch
The Debian packaging git branch contains these updates to the upstream
.gitignore file(s). This patch is autogenerated, to provide these
updates to users of the official Debian archive view of the package.
[dgit (9.16) update-gitignore]
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index a6a57c7..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,17 +0,0 @@
-README
-blib
-Makefile
-pm_to_blib
-*.c
-*.bs
-*.old
-*.tmp
-.vpassert
-.vpm
-.git
-.svn
-simv
-signals.vrename
-test_dir
-MYMETA.*
-nodist
diff --git a/Parser/.gitignore b/Parser/.gitignore
deleted file mode 100644
index 1463b80..0000000
--- a/Parser/.gitignore
+++ /dev/null
@@ -1,23 +0,0 @@
-*.bs
-*.c
-*.d
-*.def
-*.dll
-*.exp
-*.o
-*.old
-*.output
-*.xsc
-*.pre.*
-*_pretmp.*
-*_callbackgen.*
-*_cleaned.*
-Makefile
-VParseLex*.cpp
-VParseBison.c
-VParseBison.cpp
-VParseBison.h
-blib
-gen
-example
-pm_to_blib
diff --git a/Preproc/.gitignore b/Preproc/.gitignore
deleted file mode 100644
index 21c4fb8..0000000
--- a/Preproc/.gitignore
+++ /dev/null
@@ -1,15 +0,0 @@
-blib
-gen
-Makefile
-pm_to_blib
-VPreLex*.cpp
-*.def
-*.dll
-*.exp
-*.o
-*.c
-*.bs
-*.xsc
-*.output
-*.old
-*_cleaned.*
|