Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
PicaRecord
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dmj
PicaRecord
Commits
ef202956
Commit
ef202956
authored
13 years ago
by
David Maus
Browse files
Options
Downloads
Patches
Plain Diff
.gitignore: Fix pattern for Emacs auto-save files
parent
e41bd90c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-2
2 additions, 2 deletions
.gitignore
.hgignore
+2
-2
2 additions, 2 deletions
.hgignore
with
4 additions
and
4 deletions
.gitignore
+
2
−
2
View file @
ef202956
...
@@ -4,6 +4,6 @@ dist
...
@@ -4,6 +4,6 @@ dist
nbproject
nbproject
review
review
vendor
vendor
#*
\
#*
#
.#*
.#*
#
TAGS
TAGS
This diff is collapsed.
Click to expand it.
.hgignore
+
2
−
2
View file @
ef202956
...
@@ -6,6 +6,6 @@ nbproject
...
@@ -6,6 +6,6 @@ nbproject
review
review
tmp
tmp
vendor
vendor
#*
\
#*
#
.#*
.#*
#
TAGS
TAGS
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment