summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMartijn Heil2020-09-22 16:01:00 +0200
committerMartijn Heil2020-09-24 15:44:05 +0200
commitad5c4008690552fa45bb908a4a46267d53eb47c8 (patch)
treec8a55ce3eaec0ae3ce0bf20901e0d0a556ad2d9c /.gitignore
downloadaur-ad5c4008690552fa45bb908a4a46267d53eb47c8.tar.gz
Initial commit
Make sure that build works too when src directory is already populated Improve json formatting Rename package to signalk-server Fix various problems Generate .SRCINFO Add socket & service file to git Fix permissions Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..169ddf782735
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,21 @@
+# ignore everything
+*
+!.gitignore
+
+# except PKGBUILD needed files
+!PKGBUILD
+!.SRCINFO
+!settings.json
+!package.json
+!defaults.json
+!*.install
+!*.sysusers
+!*.service
+!*.socket
+!ChangeLog
+
+# common wing-man files
+!*.diff
+!*.patch
+
+# add files that don't have an online source