summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:15:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:15:13 +0000
commit5fb98df7b32417914e9b282e91987199416d0a97 (patch)
treed674271dc3d99faa1a75fa689888ee3d3aec4e10 /.gitignore
parentInitial commit. (diff)
downloadipcalc-ng-5fb98df7b32417914e9b282e91987199416d0a97.tar.xz
ipcalc-ng-5fb98df7b32417914e9b282e91987199416d0a97.zip
Adding upstream version 1.0.3.upstream/1.0.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..364044f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+# Ignore swap and backup files used by some editors.
+*~
+*.swp
+
+# Ignore final build artifacts (for the legacy Makefile).
+ipcalc
+out.tmp
+
+# Ignore the default out-of-tree build directory (for Meson).
+/build